STL (140)
OOPS (873)
C++ General (2409) How do you declare A pointer to function which receives an int pointer and returns a float pointer
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Is c++ a programming language?
What is the use of endl in c++ give an example?
What are the vectors in c++?
Explain the properties and principles of oop.
Why can’t you call invariants() as the first line of your constructor?
Why is abstraction used?
Can enum be null?
Do you know about C++ 11 standard?
What is the difference between interpreters and compilers?
what you know about c++?
How to run C++ program in cmd
Can a class be static in c++?