User: abry

  • Public profile

User profile: abry

User info
User name:abry
History
Joined:
Number of posts:15
Latest posts:

Insertion Sort
Well, I was trying to do some sorting with random integer values in an array and thankfully I have m...

CHAR* STACK/QUEUE PROBLEM
In my code, I cannot seem to push other string values other than the last value I have input. I know...

cin in Loop Problem
This solved the problem: [code]cout<<"Enter an integer: \n"; while(!(cin>>var)) { ...

cin in Loop Problem
I tried using [code]cin.fail();[/code] unfortunately, it didn't solve the problem. Have you tried ru...

cin in Loop Problem
But 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