Код: Выделить всё
void save()
{
ofstream savecars( Customer.Username + "_cars.txt");
//rest of the code
}
Подробнее здесь: https://stackoverflow.com/questions/783 ... -chatcters
Код: Выделить всё
void save()
{
ofstream savecars( Customer.Username + "_cars.txt");
//rest of the code
}