STL (140)
OOPS (873)
C++ General (2409)
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What are the advantages of using a pointer?
Explain the benefits of proper inheritance.
What is virtual methods?
What is inheritance in simple words?
What are the various types of stl containers?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is the importance of oop?
Explain the operator overloading feature in C++ ?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is a constant reference?
What is the purpose of the "delete" operator?
What character terminates all character array strings a) b) . c) END
What are the types of container classes?
What does n mean in c++?