Im using a compiler from Dev-C++ and im tryin to learn basic C++ and I went in to the tutorial here, put in the code and compile it, but every time i try to run it, it says Source file not compiled.
Any Ideas?:confused:
Thanks
Printable View
Im using a compiler from Dev-C++ and im tryin to learn basic C++ and I went in to the tutorial here, put in the code and compile it, but every time i try to run it, it says Source file not compiled.
Any Ideas?:confused:
Thanks
Any error messages?
In you DevC++ folder, subfolder Examples\Hello, file hello.dev, does that compile and run ?
If it doesn't, uninstall DevC++ and reinstall it in a folder that does not contain any chr 32 / spaces in the full path.
i.e. C:\Program Files\DevC++ is an invalid path and will prevent you from compiling programs under certain situations.
edit: btw, this is not really important but maybe good to know: the compiler is called "minGW" (which is based on the GNU C++ compiler for Linux), DevC++ is merely the IDE that uses this compiler.
You should show us the error messages
thanks for ur help i got it workin:D