+ 1
What's the most amount of backslashes you've needed to escape a particular character?
Sometimes you need more than one backslash... The most I've had in a row is six!
1 Answer
0
I C++,you can use "Raw string literals" which make it so easy...But at most I've used 8-10 in a row when it comes to things that raw string literals cant do...