cplusplus

  1. M

    Cplusplus newbie: How do you make a string hold 2 words?

    I want to make it so the variable string name; can hold two words when I do cin << name << endl; it only displays the first name when it pops up on cout
Back
Top