Compiler gcc:error; no such file or directory
I am extremely new to programming and I am having problems with the basic starting program of, ‘hello, world’. I have downloaded MinGW and I believe I set it up correctly with the command promt by entering: setx PATH “%PATH%;C:\MinGW\bin” Then I created this code following a guide while using Notepad++ saving it under c:/code/c/hello.c … Read more