How should a contructor handle a failure?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What about Virtual Destructor?

1 Answers   Virtusa,


Explain the problem with overriding functions

0 Answers  


Why is main function important?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


What is time_t c++?

0 Answers  






What is a class template in c++?

0 Answers  


What are guid? Why does com need guids?

0 Answers  


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

0 Answers  


Who made c++?

0 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


Is c++ vector a linked list?

0 Answers  


What causes a runtime error c++?

0 Answers  


Categories