- Apr 5, 2002
- 24,326
- 68
- 91
Does anyone know how to print out the \ character in C++? I can cout << "/" but I cannot cout << "\" .
It just shows up as a blank space.....
I need to print out the \ becasue my program includes some ASCII art
THanks for any help. (ps, I searched on google, but didnt find anything)
It just shows up as a blank space.....
I need to print out the \ becasue my program includes some ASCII art
THanks for any help. (ps, I searched on google, but didnt find anything)