In what scenario does the Logical file and Physical file being
used?
No Answer is Posted For this Question
Be the First to Post Answer
Diffrernce Between Overloading and Overriding?
Write a program in C++ to concatenate two strings into third string using pointers
What is a stl vector?
How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.
what is use of for loop?
what is the acronym of the term 'C.O.M.P.U.T.E.R' ?
17 Answers Config Systems, Google, Wipro,
Is stl part of c++ standard?
What is stl stand for?
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; }
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
what is c++
What is the use of stl?