Changes

Jump to: navigation, search

Team Darth Vector

73 bytes added, 20:25, 16 December 2017
List of STL Functions:
After a long period of engineering and development of the library, it obtained final approval in July 1994 to become part of the language standard.
==List of A comparison from STL Functions:==
<u>'''Algorithms'''</u>
<u>'''Containers'''</u>
STL supports a variety of containers for data storage. Generally these containers are supported in parallel for read actions, but does not safely support writing to the container with or without reading at the same time. There are several header files that are included such as "'''<vector>'''", "'''<queue>'''", and "'''<deque>'''".'''Most STL containers do not support concurrent operations upon them.'''
They are coded as:
<pre>
129
edits

Navigation menu