How does an stl file work?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More STL Interview Questions

what is an algorithm in terms of STL?

1 Answers   Lucent, Wipro,


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; }

0 Answers  


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

0 Answers   Ascent,


What is stl in oop?

0 Answers  


differentiate between private, public and protected data members of the class using example.

1 Answers  






give me the defination of inheritance?

5 Answers   Infosys,


What is a list in c++ stl?

0 Answers  


write a program to convert a decimal number in to its equivalent binary number?

0 Answers  


What two types of containers does the stl provide?

0 Answers  


What are the components of stl?

0 Answers  


What is Object Oriental Progam

2 Answers  


Who wrote stl?

0 Answers  


Categories