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 inputTo add more than 5 games you will need to increase the size of your vector by either using the push...
Programming Best PracticesI 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