Thursday, July 9, 2009

How to get .h (header) files in netbeans c/c++ development pack?

My netbeans c/c++ IDE shows header file not found while compiling, running, etc. programs. So, how to make header files available to the IDE?

How to get .h (header) files in netbeans c/c++ development pack?
What header file is this? The header files should come with the appropriate library. When compiling, add the directory for include files to the environment.


No comments:

Post a Comment