I want to find character '\' in string by
find()
but it's not work
string a; int c=a.find("\");
Can you fix it for me