User profile: mingo

User info
User name:mingo
Name:Liang Mingo
Location:China
Statistical data
Birthdate:May 8, 1981
Gender:Male
Occupation:Engineer
Skills:C
C++
History
Joined:
Number of posts:2
Latest posts:

cin.get() doesn't terminate
The reason is that cin.get() returns an int, not a char, and assigning an int value to a char variab...

cin.get() doesn't terminate
1. Should initialize count = 0; 2. EOF in used to judge if file pointer point to the end of the fil...