Search found 2 matches

by jedom
Fri May 30, 2008 2:51 pm
Forum: C++
Topic: use fgets
Replies: 4
Views: 3479

use fgets

Can I use fgets function without problems?
my source code is:
while(fgets(linea, MAXLINEA, stdin)!=NULL)
{
if (strncmp(linea,"#",1)==0)
cont++;
strcat(larga, linea);

}
by jedom
Fri May 30, 2008 12:41 pm
Forum: C++
Topic: Runtimeerror in STL sort
Replies: 3
Views: 3425

Re: Runtimeerror in STL sort

whats kind of error is runtime error 307?

Go to advanced search