User profile: jlb

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

Trouble clearing cin or getline() buffer - !!!
In this case you should be checking the status of cin, and only clear() and ignore() if there is an ...

Expression must be a modifiable Ivalue?
You can't use the assignment operator with C-strings. You will need to use strcpy().

Typesafety overhead
[quote] why not (carefully) use #define?[/quote] As you state when you use a define you must be care...

Help with increasing vector by user input
To add more than 5 games you will need to increase the size of your vector by either using the push...

Programming Best Practices
I really don't see the point of your using statement. This code as presented will only compile until...

This user does not accept Private Messages

User: jlb

  • Public profile