What happens when a function throws an exception that was not specified by an exception specification for this function?
1 1519Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
1 1645Post New C++ General Questions
What are features of c++?
What is the most powerful coding language?
What is virtual table?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What is the default width for ouputting a long integer using the insertion operator?
What are shallow and deep copies?
Is map sorted c++?
Why Pointers are not used in C++?
What is ostream in c++?
What is a .h file c++?
What is the most common mistake on c++ and oo projects?
Why would you use pointers in c++?
What is array give example?
Array base access faster or pointer base access is faster?
What is the use of pointer in c++ with example?