Come Lonfils <[EMAIL PROTECTED]> writes: > I need precise information about how GCC store the objects for c++ > and objective-C. I'm trying to know what are the difference between > both. I need a very precise description of both. Do you know where I > can found this information (except in gccint), books or other? Maybe > it's not the best place to ask but I find this information nowhere.
For C++, you can find the precise description here: http://codesourcery.com/cxx-abi/ It says it is for the Itanium, but gcc uses it for everything. For Objective C, I don't know. Ian