I undesrstand (I think) that when used '\', it cancels out whatever comes after it. Now, for my menu in my C++ Console App, I need to use this '\' in a cout statement. More specifically: cout << "/------------------------------\"; but it doesn't register the ending " because the '\' is in front of it. Is there any way around this?
I tried your solution with the follwing system instruction, but it did not work. i got an errror statement indicating that the \w was not an escape character.