STL (140)
OOPS (873)
C++ General (2409)
What is the use of object in c++?
List the special characteristics of constructor.
Implement stack operations with pointers with appropriate exception checks.
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is difference between class and function?
What is oops and its features?
Discuss the possibilities related to the termination of a program before entering the mainq method?
List different attributes in C++?
What is abstraction example?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
How do we implement inheritance in c++?
What is srand c++?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Is c++ built on c?
How do you establish a has-a relationship?