C++ design and open source projects.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim

    C++ design and open source projects.

    Hello,
    I've become an ok C++ programmer in terms of syntax, but never had
    cause to program anything large, and I think my designs suffer from
    being self-taught, just get it working etc. I was wondering if any of
    you know of any resources, books, websites, etc, that you would
    recommend.

    I'm also interested in joining an active open-source C++ project,
    preferably networking related, if anyone can recommend one of those as
    well.

    Thanks,
    Jim
  • Pascal J. Bourguignon

    #2
    Re: C++ design and open source projects.

    Jim <ja@astro.livjm .ac.ukwrites:
    Hello,
    I've become an ok C++ programmer in terms of syntax, but never had
    cause to program anything large, and I think my designs suffer from
    being self-taught, just get it working etc. I was wondering if any of
    you know of any resources, books, websites, etc, that you would
    recommend.
    These are orthogonal skills mainly. Study a few good OO design books,
    including "Design Patterns" from the Gang of Four.

    And I would also advise SICP:

    Structure and Interpretation of Computer Programs



    Note that this is not a book about scheme, it just happen to use it
    for the examples and exercises, but they're translated in several
    other programming languages, including C++:



    I'm also interested in joining an active open-source C++ project,
    preferably networking related, if anyone can recommend one of those as
    well.

    --
    __Pascal Bourguignon__

    Comment

    Working...