Search:

Type: Posts; User: Sajas K K

Search: Search took 0.01 seconds.

  1. Thank you.. I ran the code in code block. It...

    Thank you..
    I ran the code in code block. It worked.
  2. Thanks for the reply.. Is this how the...

    Thanks for the reply..



    Is this how the above step is to be done:


    void f() //Unexpected exception handler
    {
    cout<<"Unexpected handler"<<endl;
  3. Catching exceptions thrown from constructor of a global instance of a class

    I know that having global variables is not appreciated. But in the book, The C++ programming language, by Bjarne Stroustrup, Author says that " The only way to gain control in case of throw from an...
Results 1 to 3 of 3