ignore a line - Velocity Reviews - Computer Hardware
>> >> /* ignore first line: */ >> >> while ( ( c = fgetc( fold ) ) != EOF ) >> >> if ( c == '\n' ) >> {>> ++line; >> >> break; >> }>>>> >>> ... ignoring the first line. Now you want to read and convert numerals from it. While this is of course possibl...