cout "\" character in Visual C++ ?

edro

Lifer
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 :D

THanks for any help. (ps, I searched on google, but didnt find anything)