User profile: jlb

User info
User name:jlb
History
Joined:
Number of posts:441
Latest posts:

c++ program begginer
What do you mean by "it doesnt execute properly"? Do you get compile errors? Please post a small ...

Infinite "fgets" calls.
[quote]The thing is, even though I put a boundary on the loop for fgets my compiler scans forever.[/...

why my code error from test=++exf++;
[quote]If you do test = (++exf)++;, it should work, and test should be equal to ext − 1.[/quote] N...

reading and writing files
But you aren't using inFile in your open command you're using the const string "inFile", note the qu...

Apples
What error messages are you getting? How can you print the return value from a function that doesn...