User profile: proudHelios

User info
User name:proudHelios
Location:Boston
History
Joined:
Number of posts:8
Latest posts:

Sorting an array in ascending order
Thanks! Those were awesome links. The one for sorting algorithms is fascinating... I'll have to take...

Sorting an array in ascending order
Hi all, I'm having a bit of trouble sorting my array into ascending order. I don't want someone to w...

Reading input using .putback()
While I thoroughly appreciate your efforts and thank you wholeheartedly, that's not what I'm looking...

Reading input using .putback()
I thought I did, but then I realized I had the idea a little reversed... instead of this section ...

Reading input using .putback()
But that part does work... cin>> operation; // gets the operation and stores it. cin>> x; // gets...