What can I use instead of namespace std?
No Answer is Posted For this Question
Be the First to Post Answer
How to get the current position of the file pointer?
What is ofstream c++?
What are multiple inheritances (virtual inheritance)?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is increment operator in c++?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
Which c++ compiler is best?
What is c++ w3school?
What is a pointer how and when is it used?
What is the auto keyword good for in c++?
What is an operator function? Describe the function of an operator function?
Why seem interrupt handlers as member functions to be impossible?