| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | October 11 2005 4:15pm |
| Subject: | Re: Exceptions in mysql++ | ||
| View as plain text | |||
Jonatan Taminau wrote: > catch(exception& e) { > cout << "DAMN!" << endl; > } What does it say if you replace that cout statement with: cout << typeid(e).name << endl; ? (Syntax may be wrong...adjust as necessary.)
| Thread | ||
|---|---|---|
| • Exceptions in mysql++ | Jonatan Taminau | 11 Oct |
| • Re: Exceptions in mysql++ | Warren Young | 11 Oct |
| • Re: Exceptions in mysql++ | Jonatan Taminau | 12 Oct |
| • Re: Exceptions in mysql++ | Warren Young | 13 Oct |
