when i run dev C++, it shows the following warning:
"there doesn't seem to be GNU make file in PATH or in Dev-C++'s Bin p[ath.Please make sure that you have GNU Make and adjust Bin setting or system PATH environment variable and that make setting in Compiler Option contains correct filename, otherwise you won't be able to compile anything."
what does it means? i can't compile anything! :(
btw, i 'm using windows xp
Dev-C++ is telling you that you need GNU make. GNU is Linux, so this is not possible on Win-Xp. You might need to check your compiler settings, and see what compiler they are pointing to, or check in the installation documentation you didn't miss the compiler installation, you do need a compiler to compile your code :)