throw Can constructors exceptions?
Answer / nashiinformaticssolutions
Yes, constructors can throw exceptions, but the object won't be created.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the vectors in c++?
Write my own zero-argument manipulator that should work same as hex?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
what is scupper?
Why do C++ compilers need name mangling?
Explain differences between new() and delete()?
What is pure virtual function? Or what is abstract class?
What is a flag in c++?
What is the purpose of ios::basefield in the following statement?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
Why the usage of pointers in C++ is not recommended ?
Program to check whether a word is a sub-string or not of a string typed