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?
|