This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Developing mixed-language code with fortran-dev and g++


On Thu, Nov 26, 2009 at 6:16 AM, N.M. Maclaren <nmm1@cam.ac.uk> wrote:
> On Nov 26 2009, Gabriel Dos Reis wrote:
>>
>> You can add "The Annotated C++ Reference Manual", the base document
>> for the C++98 standard; and "The C++ Object Model".
>
> The first is really more of a users' guide, and still needed a lot of
> reverse engineering.

However, it does contain lot of implementation details (and concepts) that
are of use only to implementers (such as implementation of virtual
functions, pointer to member functions, type safe linkage, etc.).

>?I haven't looked at the latter - I assume that
> you mean "The C++ Object Model" by Stanley B. Lippman?

Yes, that is correct.

> It sounds very
> relevant. ?Thanks for the pointer.
>
> Regards,
> Nick Maclaren.
>
>


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