How do you convert stl to steps?
No Answer is Posted For this Question
Be the First to Post Answer
write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.
Who created stl?
Who wrote stl?
Explain when u will use Observer pattern and how u will implement in c++ .
Waht is inheritance
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
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; }
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
if x<>=z then statement end what is the cyclomatic complexity
Define stl.
What is the STL?