WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
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 the stl, standard template library?
write a program to search and display the position of an element in a single-dimentional array using function.
What is a stl vector?
WHAT IS FIBONACCI SERIES?
what is c++
what is the acronym of the term 'C.O.M.P.U.T.E.R' ?
17 Answers Config Systems, Google, Wipro,
what is a template?
2 Answers Amazon, BITS, IBS, Wipro,
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
why does the execution of a c++ program start with main()???
what are you now programming Languages C+