I need to get an out put look like this
14"
15"
I tried
How can I get the " for output screen?
This is a discussion on How can I cout " within the C++ Programming forums, part of the General Programming Boards category; I need to get an out put look like this 14" 15" I tried How can I get the " ...
I need to get an out put look like this
14"
15"
I tried
How can I get the " for output screen?
How about a \ escape?
- Using The GNU GDB Debugger: Tutorial with examples and exercises.
nice thank you!