Not necessarily a bad thing
Not necessarily a bad thing
Posted Jul 31, 2004 20:35 UTC (Sat) by nix (subscriber, #2304)In reply to: Not necessarily a bad thing by sandy_pond
Parent article: Connect KDE apps using D-BUS (IBM developerWorks)
I wish these C++ purists would understand that C++ is a superset of C.But it is not. It is a near superset, getting rapidly less so with the release of C99.
That does not mean that good C style and good C++ style are identical: far from it.
C++ objects are implemented in C.I can't work out just what on earth this is meant to mean. The only case I can think of of a C++ object being implemented in C code is GNU libio, and that is specific to a single C++ ABI and only does such horrible hackery in order to ease the implementation of ios_base::sync_with_stdio().
