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

How do we convert C puts(char *...) into C++ function of string type arg?
Last edited on
cout << the_string;
Topic archived. No new replies allowed.