trying to run c++ code on Atom but facing some errors which i have found pretty common by googling but in my case i am not able to fix it.
i have installed MinGW.and add this path : C:\MinGW\bin
to System environment variables.
i have also installed gpp compiler and gcc-make-run.
i even reinstalled whole Atom but getting same errors. then tried to install visual studio code ,added path in environment variables and also installed c++ extension but getting same error. i reinstalled visual studio code too but it's not working. only thing which is working is sublime text.
Note: when i run the code in cmd then it makes the .o file but that file also doesn't run.
OS is Windows 10
Comments
Post a Comment