0_0_27499792_10377.cpp:78:17: error: missing terminating " character
page1 = atoi(line.substr(line.find_last_of("\\"")+2,1).c_str());
^
0_0_27499792_10377.cpp:79:17: error: missing terminating " character
page2 = atoi(line.substr(line.find_last_of("\\"")+4,1).c_str());
^
0_0_27499792_10377.cpp:80:17: error: stray '\' in program
text = line.substr(line.find_first_of("\\"")+1,line.find_last_of("\\"")-line.find_first_of("\\"")-1);
^
0_0_27499792_10377.cpp:80:17: error: stray '\' in program
0_0_27499792_10377.cpp:80:17: error: missing terminating " character
0_0_27499792_10377.cpp:87:17: error: stray '\' in program
text = line.substr(line.find_first_of("\\"")+1,line.find_last_of("\\"")-line.find_first_of("\\"")-1);
^
0_0_27499792_10377.cpp:87:17: error: stray '\' in program
0_0_27499792_10377.cpp:87:17: error: missing terminating " character
0_0_27499792_10377.cpp:88:17: error: stray '\' in program
end = line.substr(line.find_last_of("\\"")+2,line.length()-line.find_last_of("\\""));
^
0_0_27499792_10377.cpp:88:17: error: stray '\' in program
0_0_27499792_10377.cpp: In function 'int main()':
0_0_27499792_10377.cpp:79:17: error: expected ')' before 'page2'
page2 = atoi(line.substr(line.find_last_of("\\"")+4,1).c_str());
^
0_0_27499792_10377.cpp:88:17: error: expected ')' before 'end'
end = line.substr(line.find_last_of("\\"")+2,line.length()-line.find_last_of("\\""));
^
|