I have a problem when using string.
This is my C++ code:
string s;
s = "..\inputs\Meknes_ext1\REF_WV02_12SEP15_ext1";
The compilation was successfully done, but when debugging, the string s
takes random values like "hûJ" at the first line and then the affectation don't change his content.
How can I resolve this error?