📜  c++ std 和 stl 之间的区别 - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:45.628000             🧑  作者: Mango

代码示例1
The Standard Template Library (STL) is a software
library for the C++ programming language that 
influenced many parts of the C++ Standard Library.
 So referring to the C++ standard library as STL is wrong, ie,
STL and C++ Standard Library are 2 different things with 
the former being the subset of the latter