In python, I can so the next valid code:
r"path\path.exe"
This allowed me use one slash('\') sign instead of two. Is there any equivalent in cpp?
The closest equivalent is a raw string literal:
R"x(path\path.exe)x"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With