STL (140)
OOPS (873)
C++ General (2409) In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
1022How the programmer of a class should decide whether to declare member function or a friend function?
1074We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
1041How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
1043
How many standards of c++ are there?
Which language is not a true object oriented programming language?
What is abstraction and encapsulation?
What is difference between rand () and srand ()?
what is multi-threading in C++?
What methods can be overridden in java?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
Do you need a main function in c++?
What can c++ be used for?
What is ios class in c++?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What are constructors in oop?
What do you understand by zombie objects in c++?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is the history of c++?