List of standard header files in C and C++

前端 未结 4 1373
不思量自难忘°
不思量自难忘° 2020-11-28 01:40

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

4条回答
  •  心在旅途
    2020-11-28 02:33

    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.

提交回复
热议问题