Where could I find the list of all header files in C and C++?
While I am building a library, I am getting an error like \'tree.h not found\'. I suppose
tree.h not found
http://www.cplusplus.com/reference/ lists all the standard C++ headers and the C++ wrappers of C header files.
tree.h is not part of the standard library.