Proper use of constructorsI am working on a project and have completed the code, which sorts names from an array alphabeticall...
Infinite loop when validating inputI use it for when cin fails due to somebody inputting characters or if they try to say "two thousand...
Infinite loop when validating inputIn my program, I am trying to validate the users input an make sure that the only thing they can put...
Reading user input to then output part of an arrayI see, for whatever reason Visual Studios was not showing the warning but thank you.
Reading user input to then output part of an array[code]void Champs::yearName() { for (int i = 0; i < 22; i++) { int year; inChamps >> year; a...
This user does not accept Private Messages