STL (140)
OOPS (873)
C++ General (2409)
What are advantages of using friend classes?
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. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What are the rules for naming an identifier?
Why is c++ is better than c?
You want to link a c++ program to c functions. How would you do it?
What does int * mean in c++?
What are the components of marker interface?
What are functions in oop?
Do you know about C++ 11 standard?
How is c++ used in the real world?
Is stl part of c++ standard?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
How a new element can be added or pushed in a stack?
What is meant by multiple inheritance?