C puts(char * ..) in c++ of string type arg

Dec 9, 2019 at 7:56am
How do we convert C puts(char *...) into C++ function of string type arg?
Last edited on Dec 9, 2019 at 7:56am
Dec 9, 2019 at 8:40am
cout << the_string;
Topic archived. No new replies allowed.