What is the best way to declare and define global variables?
What is the advantage of an external iterator.
Which function cannot be overloaded c++?
What is the most common mistake on c++ and oo projects?
How would you use the functions randomize() and random()?
What is protected inheritance?
What is difference between malloc()/free() and new/delete?
What is the difference between a type-specific template friend class and a general template friend class?
How is data hiding achieved in c++?
What are stacks? Give an example where they are useful.
can anybody please tell me how to write a program in c++,without using semicolon(;)
What is using namespace std in cpp?
Is overriding possible in c++?