STL (140)
OOPS (873)
C++ General (2409) Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
1 4141Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
4 11620There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
2056#include
#include
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
Explain about Searching and sorting algorithms with complexities
What are the various storage classes in C++?
Explain the auto storage classes in c++.
what is C++ exceptional handling?
What are the types of pointer?
What is meant by the term name mangling in c++?
Why was c++ made?
What is data structure in c++?
What is #include iomanip?
Why is c++ still best?
What are references in c++?
Explain what is polymorphism in c++?
What is a standard template library (stl)? What are the various types of stl containers?
Do class declarations end with a semicolon?