I want to display a string which has speech marks in it but they are not showing up?
Can anyone tell me how toi display them ("") within a string
thanks
This is a discussion on speech marks within the C Programming forums, part of the General Programming Boards category; I want to display a string which has speech marks in it but they are not showing up? Can anyone ...
I want to display a string which has speech marks in it but they are not showing up?
Can anyone tell me how toi display them ("") within a string
thanks
Code:cout << " \" ";
Code:printf("\"Hello\"\n");
Let's call them quotation marks, just for fun.![]()
And maybe let's not confuse newbies by putting "C++ only" code in the C forum.![]()