Sat Nov 08, 2008 10:55 pm
Sat Nov 08, 2008 10:56 pm
while (1)
{ if (fread( myBuffer, 1, sizeof( myBuffer), inputFile) !=
sizeof( myBuffer))
break; /* end of file reached or error occurred */
if (feof( inputFile))
break;
...
}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.