#include <iostream>
#include <string>
usingnamespace std;
int main()
{
string aux = "pmttbench_n=20\\n=2\\m=2\\20_02_02_02_001.dat";
cout << aux << endl;
return 0;
}
And please use code tags, it makes reading your source much easier.
http://www.cplusplus.com/articles/z13hAqkS/
http://www.cplusplus.com/articles/jEywvCM9/