linux中的glibc库与STL库

2019-07-12 20:28发布

在linux中,glibc库是C库,头文件在/usr/include/,连接文件在/usr/lib/libc.so,参考(http://stackoverflow.com/questions/5925678/location-of-c-standard-library)。 STL库的头文件在/usr/include/c++//下,stl应该不是header only的,类比boost,参见(http://stackoverflow.com/questions/35982870/whats-these-tcc-files-in-stl