c++ @-quoting
in C# if you add @ before your string literals the escape sequences are not processed, so :
you can use :
@"c:\Docs\Source\a.txt" // rather than "c:\\Docs\\Source\\a.txt"
is there any c++ equivalent of doing that?
Thanks
serkan sendur
Postaholic
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127
is there any c++ equivalent of doing that?
Nope :)
Rashakil Fol
Super Senior Demiposter
2,658 posts since Jun 2005
Reputation Points: 1,135
Solved Threads: 177
No my question was about not processing escape characters, it was not about file paths. But thanks for the answers, it is also good to know what not to search for.
serkan sendur
Postaholic
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127