Page 1 of 1

inputstream

Posted: 10 Oct 2014 10:13
by ludieter
Trying to read lines from a file to further process:

File=inputStream_file::openfile("abc.txt"),
Line=inputStream::readLine(),

I get
error c229 : Undeclared identifier 'inputStream::readLine/0->', the identifier is known as 'readLine/0->' in the interface 'inputStream'

What am I missing here?

Posted: 10 Oct 2014 10:42
by Vitaly Markov
File=inputStream_file::openfile("abc.txt"),
Line=File:readLine(),