|
-
May 6th, 1999, 05:29 PM
#1
CFileException
Hi,
The following code snippet...
CFileException e;
while(e!==CFileException::endOfFile)
is suppose to test for end of file. This won't compile. Could someone tell me whats wrong with it? 'e' is suppose to be a instance of a CFileException, right? and the logical not checks for equallity to the CFileException::endOf File, right?
Thanks
Steve
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|