User: Ng Han Seng

  • Public profile

User profile: Ng Han Seng

User info
User name:Ng Han Seng
Location:malaysia
History
Joined:
Number of posts:26
Latest posts:

DATE in string
assuming that the string is constant, and you're using ctime http://www.cplusplus.com/reference/clib...

If else shortcut
[code]cout << (price >= 90000) ? cout << (price / 5) * 4 : cout << price << endl;[/code] shouldn't ...

What's good about using switch?
as what i was taught, for beginners in programming, switches are usually used for menus for its quic...

Correctly Displaying Characters of Other Languages
apologies if my answer was too short and uninformative. i only have knowledge in C, and i was taught...

Need help printing on screen
much appreciated if you could use the code tags we have here :) as there are no code tags, looking t...

This user does not accept Private Messages