Ошибка кода Visual studio C++ при запуске программы
Привет всем!;
Я изучаю C++ и хотел бы использовать свой компьютер вместо mac просто для предпочтения. Когда я пытаюсь запустить код, я получаю это сообщение об ошибке;
(Это мой код)
#include <iostream> using namespace std; int main() { cout << "Hello World!"; return 0; }
(Это ошибка)
g++.exe: error: program.cpp: No such file or directory g++.exe: fatal error: no input files
Любая помощь будет оценена по достоинству;
Спасибо
Что я уже пробовал:
I have watched every youtube video and tried every suggestion in the comments, yet nothing has seemed to fix it. Would anyone be able too help me out? If possible; a step by step method would be great. I have mingw, I have updated the path about 20 times and I still cant get it to run. When I run it from command prompt; It can't find my folder on the desktop to be able to run it.