"SL" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED]

"n00m" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED]
using namespace std;
char vs[1002000][99];

       if (!fgets(vs[i],999,fp)) break;

BTW why are you declaring the array as 99 and pass 999 to fgets to read a line?


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to