Index:
[thread]
[date]
[subject]
[author]
From: Carl Robert Knerr <crk5@duke.edu>
To :
Date: Sun, 7 Feb 1999 15:46:59 -0500
getLine()????????
When trying to use "while(input.getLine())", we had to use the following
syntax to get it to compile:
while(input.getline(myLine.c_str(),100,'\n'))
The 100 is the maximum numbers of characters allowed on that line. I
think there has to be an easier way to do this, but I can't figure it out
at all. Any help would be greatly appreciated.
Index:
[thread]
[date]
[subject]
[author]