Insertion SortWell, I was trying to do some sorting with random integer values in an array and thankfully I have m...
CHAR* STACK/QUEUE PROBLEMIn my code, I cannot seem to push other string values other than the last value I have input. I know...
cin in Loop ProblemThis solved the problem: [code]cout<<"Enter an integer: \n"; while(!(cin>>var)) { ...
cin in Loop ProblemI tried using [code]cin.fail();[/code] unfortunately, it didn't solve the problem. Have you tried ru...
cin in Loop ProblemBut wouldn't line 25 execute first after I make the break at line 18 so there would be a value for t...
This user does not accept Private Messages