home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sunic!dkuug!diku!halgrim
- From: halgrim@diku.dk (Maz H. Spork)
- Newsgroups: comp.os.os2.programmer
- Subject: Re: C++ and Database Manager
- Message-ID: <1992Dec16.144407.10078@odin.diku.dk>
- Date: 16 Dec 92 14:44:07 GMT
- References: <1992Dec15.075914.4144@eua.ericsson.se>
- Sender: halgrim@freja.diku.dk
- Organization: Department of Computer Science, U of Copenhagen
- Lines: 13
-
- The problem is the same old one: the embedding is not as close to your
- host language as you'd like it to be. Workaround: use dynamically allocated
- data or declare automatic locals in the head of your functions.
-
- Alternatively, you can brace the offending locals inside the function in
- which case they'll never be constructed.
-
- Don't expect C++ exception handling to be supported much anywhere, as there
- is still much discussion as to its generality and usefulness (though all
- clear-minded thinkers know it's a good idea!)
-
- M Spork
- halgrim@diku.dk
-