Recently I have read an article that saying STL was developed by Alexander Stepanov
prior to standardize the C++ and, It was a library at that time, like boost
is nowadays. So few questions came in to my mind.
- Can we download and use
STL
same likeboost
nowadays - Did
STL
included in to C++ standard? If that- What are things of STL, not included to
stdlib
, - What are the thing not from STL, but in
stdlib
- What are things of STL, not included to
- Did
STL
disappeared after C++ standardize - Can we say "There is no
STL
,But onlyStandard Library
in C++"