RE: [GD-General] longjmp for C++
Brought to you by:
vexxed72
From: Daniel V. <vo...@ep...> - 2002-01-09 17:50:36
|
On Windows you can use exceptions for almost all case where you'd want to use longjmp/ setjmp. On Linux you can't use exceptions that well but longjmp/ setjmp are extremely slow there :( Out of curiosity, what are you using longjmp/setjmp for? -- Daniel, Epic Games Inc. > -----Original Message----- > From: gam...@li... > [mailto:gam...@li...]On Behalf Of > Corrinne Yu > Sent: Wednesday, January 09, 2002 12:33 PM > To: Gam...@li... > Subject: [GD-General] longjmp for C++ > > > > What are class-safe equivalents for longjmp and setjmp type operation in > C++ that correctly reconstruct all class objects? > > > > _______________________________________________ > Gamedevlists-general mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-general > |