How to compile C/C++ in Netbeans

I typed codes of C/C++ in Development C/C++ in Netbeans IDE.But I met with difficulties about run program.I can't run code.It informed a error that :

Running "make -f Makefile CONF=Debug" in E:\School\JAVA\thu1 'make' is not recognized as an internal or external command, operable program or batch file. Build failed. Exit value 1.

Why I had this error ?,I don't understand.Everybody can help me?Thanks very much.My code is really true.And everycode I always have this error...

[500 byte] By [MinhChau] at [2007-11-26 10:20:40]
# 1
Are you using Sun Studio or did you download Netbeans? This forum is about Sun Studio C++. If you are just using Netbeans, you should go to the Netbeans site for help. http://www/netbeans.orgclick on the "docs and support" tab.
clamage45 at 2007-7-7 2:19:20 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
It looks like you work under MS Windows (E:\School\JAVA\thu1 is a typical Windows file path). Unfortunately there is no version of Sun C++ for MS Windows.
Atanasyan at 2007-7-7 2:19:20 > top of Java-index,Development Tools,Solaris and Linux Development Tools...