User profile: fauntleroy42

User info
User name:fauntleroy42
Location:Singapore
Bio:Started off learning plain old C competitively, branched off to C++ while in junior college.

Going for a CS degree in my local uni soon.
Statistical data
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:26
Latest posts:

Commenting out cout (print) code causes different result
Hi, What happens at line 50 when line 22 evaluates to true, but line 31, 37 and 43 evaluates to f...

Switch structure not working
Try putting a [code]break;[/code] before your [code]default: [/code]label

Input Strings and Operations
Use compare(), a member function of the class string. There's an example on this page http://www....

More 'standard' system("cls")?
helios is right... none of the system commands anyone has posted so far in the forums works when I r...

Just started out learning C++
If you already know that system is bad then why still use it?