How stl is different from the c++ standard library?
No Answer is Posted For this Question
Be the First to Post Answer
What is stl language?
#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
Who wrote stl?
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; }
how to overload << and >> operator in c++
What does stl mean in slang?
What does stl stand for in basketball?
Why should a c++ programmer be interested in stl?
What is the underlying datastructure of map?
what is strcture i++ i ++i answer to this i=5 what is the out put
Write a program in C/C++ to implement reader- writer problem
how to making game in c++ ?