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?
1066How the programmer of a class should decide whether to declare member function or a friend function?
1119We 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?
1081How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
1085
How do you clear a buffer in c++?
How is modularity introduced in C++?
What is the importance of oop?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
what is C++ objects?
What is the difference between a template and a macro?
What is inheritance write a program to show use of inheritance?
What is array in c++ example?
What is interface in oop?
What are c++ data types?
explain the term 'resource acquisition is initialization'?
What is for loop and its syntax?
Is it possible for a member function to delete the pointer, named this?
How are Structure passing and returning implemented by the compiler?
Can we change the basic meaning of an operator in c++?