cin.clear and cin.ignoreMaybe that was too specific. I said 3 lines because you have to input 123.456 3 times in the console...
cin.clear and cin.ignoreWhen inputting 123.456 in 3 separate lines. Shouldn't the output be 1#123.456#123 instead of 1#23.45...
Pass-by Reference Thanks so much for your help. I spent 1h trying to understand how it worked.
Pass-by Reference When using pass-by reference. When a function is called in the main in a different order, will it af...
Filling 2d array with alphanumeric charactersSo my code below compiles. However, whenever the console window pops out it just crashes. Is there s...
This user does not accept Private Messages