STL (140)
OOPS (873)
C++ General (2409)
Can you please explain the difference between using macro and inline functions?
What are dynamic type checking?
What are 2 ways of exporting a function from a dll?
What are guid? Why does com need guids?
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. --- │ │ │ │ │ │ ---
Explain stack & heap objects?
What is pure virtual function?
Why do we use oops?
What is c++ course?
What is constructor overloading in oop?
What is &x in c++?
Does c++ cost money?
What is polymorphism what are the different types of polymorphism?
Discuss about iteration statements in C++ .
Difference between class and structure.