How to get the current position of the file pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is a "RTTI"?
class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.
What are exceptions c++?
What are 2 ways of exporting a function from a dll?
Why do we need constructors in c++?
Write about the members that a derived class can add?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What are function poinetrs? where are they used?
What are friend classes?
What is conditions when using boolean operators?
Which is the best c++ software?
What is stream and its types in c++?