Writing from file to c-string problemHm don't know what garbage you mean, but could it be that the error results from not having declared...
Writing from file to c-string problem What about this: (not tested but should do fine) [code] void makeTeam(char *inputLine, team...
Writing from file to c-string problem1. You have to increment i after the first loop. [b] Edit[/b]: this is because if the ...
Writing from file to c-string problemso, if i get you right, your problem is extracting single lines from the fstream? I don't find th...
Writing from file to c-string problemIs there any particular reason why you don't use stl strings? It would be much simpler.