What does catch(…) mean?
No Answer is Posted For this Question
Be the First to Post Answer
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What do you mean by global variables?
when can we use copy constructor?
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
When should you use global variables?
What is data structure in c++?
What is a multimap c++?
What are c++ redistributables?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
How is new() different from malloc()?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
what is C++ exceptional handling?