Who created stl?
No Answer is Posted For this Question
Be the First to Post Answer
what is electronic software
How the STL's are implemented, What the difference between templates and STL?
What is meant by stl in c++?
why we are using the fork command?.. how it works?
how to swap two numbers in a linked list without exchanging the data but only the links?
Waht is inheritance
Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }
Who created stl?
In what cases using of a 'template' is a better approach then using of a 'base class'?
6 Answers Lucent, Mind Tree, Wipro,
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
Who wrote stl?
What is a standard template library (stl)?