User profile: FairMeaty

User info
User name:FairMeaty
Name:Zhou Fangzhou
Location:Singapore
History
Joined:
Number of posts:3
Latest posts:

Exception handling and Debug Assertion Failed Window
Greetings. I am learning about exception handling. The following code will give an out-of-range er...

cin to read end of file char
As I am going through Programming Principels and Practices using C++, it says for a string, >>reads ...

Point to char confusion
I am very much confused by the following code. [code] #include <iostream> int main() { char c...