0

i'm new to Eclipse IDE.i installed eclipse on my windows.i'm trying to develop a c/c++ new project on it.At the begining time i got the error "Launch Failed Binary not found eclipse for C in windows" ,for that i follwed these steps. Launch Failed Binary not found Eclipse for C in Windows

but after following the steps the error is rectified.but after doing "run"in my eclipse, console is not giving any output for sample c code.

Thank you.

Community
  • 1
  • 1
P N R
  • 13
  • 8
  • Is it that the code runs but you are not seeing the console? Might need to add getch() at the end just to pause the screen so that you can see the output. – Akash Mar 20 '15 at 14:13
  • 1
    check window-->show View --> console – Rajesh Mar 20 '15 at 14:14
  • 1
    If you are coding in c please get rid of the java and c++ tags – NathanOliver Mar 20 '15 at 14:14
  • Are you using C or C++? It seems to me that you can be using only either one of these, not both (although you can combine many C and C++ files into a single project). And why did you tag the question as "Java"? I don't see anything Java-related in your question. – juhist Mar 20 '15 at 14:15

1 Answers1

0

If you are new to IDE:s I recomend using DevC++. There is almost no manuall installations. Just download and start programming. Download page.

luddbro
  • 85
  • 13
  • If the answer would a software recommendation, then the question would be looking for a tool. In that case the question would be off-topic and you should not answer but flag as off-topic. – Thomas Weller Mar 20 '15 at 14:19