STL (140)
OOPS (873)
C++ General (2409) Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 1255
What are the advantage of using register variables?
Can a list of string be stored within a two dimensional array?
What is code reusability in c++?
What is a literal in c++?
What is the extraction operator and what does it do?
How can we access protected and private members of a class?
Which type does string inherit from?
What is a null object in c++?
Are strings mutable in c++?
Does c++ have string data type?
Which programming language should I learn first?
Can c++ be faster than c?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What does the nocreate and noreplace flag ensure when they are used for opening a file?