What is std namespace in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any problem with the following: char *a=NULL; char& p = *a;?
Is c++ an integer?
Is there structure in c++?
Why is c++ so fast?
Where and why do I have to put the "template" and "typename" keywords?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
Difference between strdup and strcpy?
How the programmer of a class should decide whether to declare member function or a friend function?
You run a shell on unix system. How would you tell which shell are you running?
What does #define mean in c++?
Does improper inheritance have a potential to wreck a project?
What is object in c++ example?