in C++ , the word plus plus who found this?
Answers were Sorted based on User's Feedback
what are the types of Member Functions?
What are the various compound assignment operators in c++?
What is class invariant?
What is meant by the term name mangling in c++?
What are function prototypes?
Is map sorted c++?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
Define a constructor - what it is and how it might be called (2 methods)?
What is a loop? What are different types of loops in c++?
what is the C++
Is the declaration of a class its interface or its implementation?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?