c++ program begginerWhat 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 filesBut you aren't using inFile in your open command you're using the const string "inFile", note the qu...
ApplesWhat error messages are you getting? How can you print the return value from a function that doesn...