STL (140)
OOPS (873)
C++ General (2409)
What are the methods of exporting a function from a dll?
What are stacks?
How connect plc and pc through software
What is class and structure in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
c++ program to swap the objects of two different classes
When we use Abstract Class and when we use Interface?where we will implement in real time?
What is inheritance and how many types of inheritance?
What is namespace & why it is used in c++?
Explain about Searching and sorting algorithms with complexities
Explain how a pointer to function can be declared in C++?
How do you sort a sort function in c++ to sort in descending order?
What is inheritance write a program to show use of inheritance?
What is private public protected in c++?