STL (140)
OOPS (873)
C++ General (2409) How does java differ from c and c++?
What are the comments in c++?
Why do we need c++?
What is a pointer with example?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is copy constructor? Can we make copy constructor private in c++?
program for insertion ,deletion,sorting in double link list
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What are vectors used for in c++?
What is the difference between an array and a list?
Describe new operator?
Can static class have constructor?
Is eclipse good for c++?
Explain the difference between new() and malloc() in c++?
What is #include c++?