Before everything, hello everyone! i have been visiting this site since i am starting to learn c++. Everytime i dont know how to do something, your site has the answer!
I'd like to simulate a string in c++ with a char sequence, but when i want to insert via cin some string into the char sequence i got a problem with sentences that contains a space: the char sequence will only store the first word in the sentence inserted by the user.