Код: Выделить всё
ofstream file;
file.open(filePath, std::ios::app);
file
Подробнее здесь: [url]https://stackoverflow.com/questions/63091231/avoid-possible-symlinks-in-c-when-using-ofstream[/url]Код: Выделить всё
ofstream file;
file.open(filePath, std::ios::app);
file
Подробнее здесь: [url]https://stackoverflow.com/questions/63091231/avoid-possible-symlinks-in-c-when-using-ofstream[/url]