IDE: NetBeans 6.8
OS: Fedora 12
I have been having this problem for a long time now. NetBeans is almost impossible to use with C/C++, maybe because it was not made for it in first place.
Anyways what happens is this: I have this setup for C/C++
But, the programs are displayed like this:
It is not able to find any header file!!
I know it is a C++ program, the same thing happens with #include <cstdio>. As a result, it is not able to find the definition of printf and fails.
Same thing happens with a .c file.
Also, gcc works fine from the command line.
Did someone face this problem before?
What do I need to do to make this work?