STL (140)
OOPS (873)
C++ General (2409)
What's the "software peter principle”?
Does c++ cost money?
What is namespace std; and what is consists of?
What is the use of class in c++?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
How do we implement inheritance in c++?
What is a memory leak c++?
What are the features of oop?
Why interface is used?
What is C++11?
Is c++ a high level language?
Explain the concept of memory leak?
What does it mean when someone says I oop?
Differentiate between the message and method in c++?
How do you declare A pointer to a function which receives nothing and returns nothing