This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: thesis on mix c++ and objective-c


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]