Overcoming C limitations for large projects

Posted by Francisco Garcia on Stack Overflow See other posts from Stack Overflow or by Francisco Garcia
Published on 2010-04-28T19:31:19Z Indexed on 2010/04/28 19:37 UTC
Read the original article Hit count: 276

Filed under:
|
|

One aspect where C shows its age is the encapsulation of code. Many modern languages has classes, namespaces, packages... a much more convenient to organize code than just a simple "include".

Since C is still the main language for many huge projects. How do you to overcome its limitations?

I suppose that one main factor should be lots of discipline. I would like to know what you do to handle large quantity of C code, which authors or books you can recommend.

© Stack Overflow or respective owner

Related posts about c

    Related posts about large-projects