|
|
Log in / Subscribe / Register

My advice on implementing stuff in C:

My advice on implementing stuff in C:

Posted Oct 15, 2010 15:16 UTC (Fri) by nix (subscriber, #2304)
In reply to: My advice on implementing stuff in C: by dskoll
Parent article: Russell: On C Library Implementation

I think I agree with michaeljt's comments more than yours. Most of the things you complain about are either very rare (virtual base classes) or provided by every other OO language (RTTI) *and* rare in C++ code.

The overloaded function resolution rules aren't all that bad... however, the name lookup rules all added together are fiendish: add 'export' and I can understand people's brains dribbling out of their ears.


to post comments


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