views:

41

answers:

2

I've downloaded Eclipse C/C++ IDE . I need to run a simple c program in this(To print welcome).

While trying to run the program its popping up an error message like "Launch failed: Binary not found" .

Need i install any compiler package. ?

Please help me to do this.

+3  A: 

Yes, you have to install a compiler, Eclipse is only an IDE. You can get MinGW here.

Bruce
+1  A: 

http://www.eclipse.org/cdt/

Look at the above link,you will get more idea,on how to do development using C/C++ using eclipse.

Anil Vishnoi