User profile: uplife1980

User info
User name:uplife1980
History
Joined:
Number of posts:3
Latest posts:

Question about fstream class and line break
Thank you keskiverto, HandyAndy, dhayden and seeplus , I finally figure out my mistake. Besides, I g...

Question about fstream class and line break
Sorry guys, it's my fault. I miss the the forth line of "4CR LF" in Windows (or "4LF" in Linux) in t...

Question about fstream class and line break
Here is my simple code. [code] int main() { fstream fs("config.txt", ios::in); string s...