Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What happens when a function throws an exception that was not specified by an exception specification for this function?

Answer Posted / shalesh kumar

Unexpected() is called, which, by default, will eventually trigger abort().

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c the same as c++?

1058


Define friend function.

1109


Differentiate between late binding and early binding.

1335


Explain the virtual inheritance in c++.

1110


Is c++ a difficult language?

1202


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

2053


What parameter does the constructor to an ofstream object take?

1104


What should main() return in c and c++?

1072


Define a pointer to a data member of the type pointer to pointer?

1034


How to defines the function in c++?

1212


Explain rethrowing exceptions with an example?

1075


Can you write a function similar to printf()?

1184


can any one help to find a specific string between html tags which is changed to a sting.. weather.html looks (for location) is somewhere #include #include #include using namespace std; string find_field(string myPage,string); int main (void) { string page, line, location, temperature; ifstream inputFile("weather.xml"); while(getline(inputFile, line)) { page.append(line); line.erase(); } // Now page is a string that contains the whole xml page // Here you need to write something that finds and // extracts location and temperature from the XML // data in the string page and stores them in // the strings location and temperature respectively location=find_field(page,"location"); temperature=find_field(page,"temp_c"); cout << "Location: "<

2103


Write a program which uses Command Line Arguments

1226


What kind of jobs can I get with c++?

1147