View Single Post
  #5 (permalink)  
Old March 30th, 2004, 01:30 PM
CNewbie CNewbie is offline
Authorized User
 
Join Date: Mar 2004
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank you for the suggestions Dave.

I use getline() now to read the whole string into memory and it comes out correctly. If I use read() I get a bunchy of ASCII Text after the string. So I will keep with getline() for now.



Reply With Quote