What is the STL?
Answers were Sorted based on User's Feedback
Answer / saroj das ,balsore
C++ Standard Template Library
The C++ STL (Standard Template Library) is a generic
collection of class templates and algorithms that allow
programmers to easily implement standard data structures
like queues, lists, and stacks.
The C++ STL provides programmers with the following
constructs, grouped into three categories:
* Sequences
o C++ Vectors
o C++ Lists
o C++ Double-Ended Queues
* Container Adapters
o C++ Stacks
o C++ Queues
o C++ Priority Queues
* Associative Containers
o C++ Bitsets
o C++ Maps
o C++ Multimaps
o C++ Sets
o C++ Multisets
The idea behind the C++ STL is that the hard part of using
complex data structures has already been completed. If a
programmer would like to use a stack of integers, all that
she has to do is use this code:
stack<int> myStack;
With minimal effort, she can now push() and pop() integers
onto this stack. Through the magic of C++ Templates, she
could specify any data type, not just integers. The STL
Stack class will provide generic functionality of a stack,
regardless of the data in the stack.
| Is This Answer Correct ? | 16 Yes | 0 No |
Standard Tessellation Language - a polygonal model format
that is used for rapid prototyping
| Is This Answer Correct ? | 1 Yes | 13 No |
Waht is inheritance
How does an stl file work?
How connect plc and pc through software
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
give me the defination of inheritance?
why we are using the fork command?.. how it works?
Who created stl?
Difference between Structure and Class in C++?
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.
What is Template Specialization?
i want a road rash 3d game code if some one know please help me