User profile: jlb

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

Input and Output file
You either supply the value by assignment, as you currently are, without the const qualifier, or yo...

Input and Output file
Since you're not using anything that requires a const just use non-const variables if that's what's ...

Try/Catch not Working as Expected
I am getting the same output you are getting. However I would test the stream state first, then it w...

Need help about declaring names
Where have you defined your variable named john?

I could use some assistance with "for loops" please.
First you should notice that your output is one line short. Second what is the purpose of the "magi...