User profile: PeteBongo

User info
User name:PeteBongo
History
Joined:
Number of posts:7
Latest posts:

Writing from file to c-string problem
Hm 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 problem
1. You have to increment i after the first loop. [b] Edit[/b]: this is because if the ...

Writing from file to c-string problem
so, 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 problem
Is there any particular reason why you don't use stl strings? It would be much simpler.