LackeyLad
17th December 2004, 03:33 PM
so...
apearently iwhen i read characters from a data file in c++ they skip over the white space?
pseudo code:
read in char from file
is it ' ' (space)
but it skips all that automatically.
how do i read chars from a file including the spaces, tabs, newlines, etc??
apearently iwhen i read characters from a data file in c++ they skip over the white space?
pseudo code:
read in char from file
is it ' ' (space)
but it skips all that automatically.
how do i read chars from a file including the spaces, tabs, newlines, etc??