FinnAwe / Cpp-Practice

Reinvent Wheels To Learn
0 stars 0 forks source link

the implement of the input operator #3

Open FinnAwe opened 6 years ago

FinnAwe commented 6 years ago

The String input operator somehow read character through the std::string, how to make it more efficent? I try to read char by char but the spaces seems be ignored.