Where are the headers of the C++ standard library

前端 未结 6 718
暖寄归人
暖寄归人 2021-02-01 02:58

I wonder where on my file system I find the headers of the C++ Standard library. In particular I am looking for the definition of the vector template. I searched in /usr/inclu

6条回答
  •  清歌不尽
    2021-02-01 04:00

    On a "plain" ubuntu install you have to install

    libstdc++-version-dev

    to get the header files.

    then cheking the installed files you'll get the path !

提交回复
热议问题