How to print out line input includes whitespaceDo it like this; [code]//... string s; getline(cin, s); //...[/code]
error in "The C++ programming language"?chapter 11.12, a string class [code]class String { struct Srep; Srep* rep; public: ...
This user does not accept Private Messages