I'm trying to run a C program on eclipse Luna but when I try to run it, a window pops up telling "Launch Failed. Binary not found."
I am new to C programming and would to run my first program.
My Operating System is Windows 8.1 if that is relevant.
Are there any alternatives besides Eclipse I can use to run my C program if I am not able to resolve my problem?
Errors at **include<>**
// Unresolved inclusion: < stdio.h >
In the menu: Windows > Preferences > C/C++ > New CDT project wizard > Makefile Project > Binary Parsers, I set it to Windows PE Parser
In Windows > Preferences > C/C++ > Build > Environment, I selected Path variable
Finally hit CtrlB to build Binary file
Unfortunately both didn't work, still same error is popping up "Launch Failed. Binary not found."