What is the use of 'using' declaration in c++?
No Answer is Posted For this Question
Be the First to Post Answer
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,
Have you used MSVC? What do you think of it?
Explain function overloading and operator overloading.
What do you mean by stack unwinding in c++?
How do you generate a random number in c++?
How does list r; differs from list r();?
What does return 0 do in c++?
What is #include cstdlib in c++?
What is DlgProc?
How can I learn c++ easily?
how can u create a doubly linked list with out using pointers?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?