When would you choose to return an error code rather than throw an exception?
No Answer is Posted For this Question
Be the First to Post Answer
When would you use a pointer? A reference?
What are "pure virtual" functions?
0 Answers Adobe, Alter, iNautix,
What Is A Conversion Constructor C++ ?
What is C++11?
What is a virtual base class?
Explain about Searching and sorting algorithms with complexities
what is a pragma in C++?
write a program To generate the Fibonacci Series.
What does it mean to declare a member function as virtual in C++?
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
Write a C++ Program to Display Number (Entered by the User).
How to invoke a C function using a C++ program?