|
|
Log in / Subscribe / Register

Not necessarily a bad thing

Not necessarily a bad thing

Posted Aug 2, 2004 7:36 UTC (Mon) by anselm (subscriber, #2796)
In reply to: Not necessarily a bad thing by sandy_pond
Parent article: Connect KDE apps using D-BUS (IBM developerWorks)

> C++ objects are implemented in C.

That used to be the case back when Bjarne Stroustrup was still in
charge and the canonical C++ compiler was AT&T's »cfront«, which
compiled C++ to C.

For the last fifteen years or so at least, most C++ compilers have been
emitting assembly code directly, just the way C compilers do. G++,
for example, started out as an alternative front-end to the GCC
code-generating back-end, not as a C++-to-C compiler.

Anselm


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds