| View previous topic :: View next topic |
| Author |
Message |
misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Fri Feb 18, 2005 12:09 am Post subject: Constructors/destructors in compiled C code |
|
|
| I'm wondering why there is this whole constructor/destructor stuff when I disassemble my compiled C code? Isn't this exclusive to C++? |
|
| Back to top |
|
 |
pixel
Joined: 30 Jan 2004 Posts: 791
|
Posted: Fri Feb 18, 2005 2:24 am Post subject: |
|
|
You mean, the ctors/dtors sections? It's normal. Don't mind about it. One maybe could have a special linkfile that just rip them out if necessary. It only adds an extra 100 bytes or something. _________________ pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department. |
|
| Back to top |
|
 |
misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Fri Feb 18, 2005 9:00 am Post subject: |
|
|
| Yes, that's what I ment. Thank you. |
|
| Back to top |
|
 |
|