0
Hi there, i want to ask if someone knows a way to convert string to a .txt file.
3 ответов
0
Check out the STL library fstream
0
uhmm sorry i forgot to mention i only know the basic stuff more or less. So how do i acces the STL library.
0
the problem i have is to_string is not declared in this scope. thus :
string ID2 = to_string(ID);
ID2.append(".txt");