What is the stl, standard template library?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.
write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "
What do stl stand for?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.
Who created stl?
what is a template?
2 Answers Amazon, BITS, IBS, Wipro,
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
What is Object Oriental Progam
What are the different types of stl containers?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
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; }