STL (140)
OOPS (873)
C++ General (2409)
What is c++ iterator?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
How can you create a virtual copy constructor?
Where the memory to the static variables is allocated?
Can constructor be static in c++?
Define a nested class. Explain how it can be useful.
Should I learn c++ c?
What is the difference between the indirection operator and the address of oper-ator?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Show the declaration for a pointer to function returning long and taking an integer parameter.
What are the four main data types?
If all is successful, what should main return a) 0 b) 1 c) void
Is c++ a good beginners programming language?
How do you show the declaration of a virtual constructor?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?