Search:
Forum
General C++ Programming
C puts(char * ..) in c++ of string type
C puts(char * ..) in c++ of string type arg
Dec 9, 2019 at 7:56am UTC
marhuum
(181)
How do we convert C puts(char *...) into C++ function of string type arg?
Last edited on
Dec 9, 2019 at 7:56am UTC
Dec 9, 2019 at 8:40am UTC
Repeater
(3046)
cout << the_string;
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs