LWN.net Logo

C vs. C++ vs. ...

C vs. C++ vs. ...

Posted Jul 1, 2012 22:36 UTC (Sun) by juliank (subscriber, #45896)
In reply to: C vs. C++ vs. ... by Cyberax
Parent article: Why learn C? (O'Reilly Radar)

Of course it does, if you have many internal functions, you can declare them static, if they are in the same unit. If you split them over multiple files, the compiler cannot inline them and/or the program needs to look them up at run-time (unless you use ELF symbol visibility).


(Log in to post comments)

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