how to write this in cout (use this signal ")

how to write this in cout (use this signal ")
example cout << " bla bla bla " bla " bla bla " << cout
Last edited on
To include a quote " symbol in a string, precede it with a backslash, \"

See Escape code in the tutorial,
http://www.cplusplus.com/doc/tutorial/constants/
Topic archived. No new replies allowed.