thesis on mix c++ and objective-c
Mike Stump
mrs@apple.com
Wed Sep 27 21:20:00 GMT 2006
On Sep 27, 2006, at 11:58 AM, Come Lonfils wrote:
> I'm beginning a end study thesis on "mix" c++ end objective-c in gcc.
> I know there is already objective-c++ but I need all information I
> can have on the subject. What is already done and what is not (and
> why)?
Objective-C++ is already done. Parts not done might include,
Objective-C style exceptions interoperating with C++ style
exceptions. Beyond that, just random bug fixes.
> I also need documentation for people who want to "enter" in gcc and
> to know how gcc work and how to modify it. I want to know how
> objective-c is compiled
It is compiled just like C is compiled. Objective C++ is compiled
just like C++ is compiled.
More information about the Gcc
mailing list