Is stl part of c++ standard?
No Answer is Posted For this Question
Be the First to Post Answer
what is use of for loop?
HOW TO GET "H1B" -VISA 4 USA FOR MY SON?HE HAD COMPLETED "MS"(IT)FROM AUSTALIA 2007.I AM WORKING IN U.S.A.
Who wrote stl?
what is template and type convertion
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, Sun Microsystems,
How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
Write a program to print the swapping in two no and using three variable.
write a program that input four digit number and find how many 7 that number contains
what is c++
What two types of containers does the stl provide?
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; }