How can you add the "\" character in a C++ program?
Like, say you're adding a program path in a program.
like say,
How do you make it accept the backslash character as part of the string, instead of interpreting it as something like "\n"?Code:stringName = "C:\Users\Blablabla";