| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Jonatan Taminau | Date: | October 12 2005 1:56pm |
| 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.) I get: PSt9exception
| 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 |
