|
|
Choosing A Webhost: |
What's that error in tutorial?!?: msg#00062db.mysql.c++
html/tutorial.html: =================== 3.5. Exceptions ... There are a few classes of exceptions MySQL++ can throw that are not optional: * The largest set of non-optional exceptions are those from the Standard C++ Library. For instance, if your code said "row[21]" on a row containing only 5 fields, the std::vector underlying the row object will throw an exception. (It will, that is, if it conforms to the standard.) You might consider wrapping your program's main loop in a try block catching std::exceptions, just in case you trigger one of these exceptions. ===================== And this isn't true! operator[] doesn't have to check the size (if it conforms to the standard). Hopefully the code in the library doesn't rely on that. (method .at() exist for size checking) please verify and update the docs in order not to confuse people -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Bakefile, Vaclav Slavik |
|---|---|
| Next by Date: | Re: What's that error in tutorial?!?, Chris Frey |
| Previous by Thread: | libtool request, Andres Salomon |
| Next by Thread: | Re: What's that error in tutorial?!?, Chris Frey |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |