C++: Difference between revisions

15 bytes removed ,  4 November 2019
no edit summary
No edit summary
Line 262: Line 262:
Many STL containers are now built into the standard library (std) of C++.<br>
Many STL containers are now built into the standard library (std) of C++.<br>
This section focuses only on the portions of STL which have been incorporated into the C++ standard library.
This section focuses only on the portions of STL which have been incorporated into the C++ standard library.
==Containers==


===Simple Containers===
===Simple Containers===