Question about fstream class and line breakThank you keskiverto, HandyAndy, dhayden and seeplus , I finally figure out my mistake. Besides, I g...
Question about fstream class and line breakSorry 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 breakHere is my simple code. [code] int main() { fstream fs("config.txt", ios::in); string s...