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
On a "plain" ubuntu install you have to install
libstdc++-version-dev
libstdc++-
-dev
to get the header files.
then cheking the installed files you'll get the path !