Этот простой код тоже не работает:
Код: Выделить всё
int main() {
ifstream file;
file.open("numbers.txt");
if (file.is_open())
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79180045/cant-open-file-in-c[/url]Код: Выделить всё
int main() {
ifstream file;
file.open("numbers.txt");
if (file.is_open())
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79180045/cant-open-file-in-c[/url]