View Single Post
  #2 (permalink)  
Old October 15th, 2003, 06:23 PM
Omega_st1 Omega_st1 is offline
Registered User
 
Join Date: Oct 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok, I'd like to take data from an input file that consists
of a string of characters, e.g. "Hello Dolly" the thing
is, I have the data type for this data setup as char, and
it returns only the first character "H"...how can I fix
this? Does it have something to do with the data type?

Reply With Quote