>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. > >
Ok but is it documentation about objective-C++ to know how it work (I mean how objc++ is implemented in gcc). And more generally, is it documentation about GCC. Not documentation to know how use gcc but for people who want to know more about working of gcc.