Who wrote stl?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C++ returning starting locations of a substring using pointers
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
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; }
what is compiler?
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
What is the STL?
How do I convert a stl file?
differentiate between private, public and protected data members of the class using example.
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 "
Write a program to print the swapping in two no and using three variable.
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
Diffrernce Between Overloading and Overriding?