Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Good Programming Books

Options
  • 21-04-2007 1:27pm
    #1
    Moderators, Science, Health & Environment Moderators Posts: 1,849 Mod ✭✭✭✭


    Anybody have some good recommendations for programming books? Any language goes, i.e. C/++/#, Java, Perl etc.

    I have to highly recommend this C++ one:

    Accelerated C++: Practical Programming by Example

    As the name suggests it has loads of examples. And it just seems easy to read! Highly recommended.


Comments

  • Registered Users Posts: 995 ✭✭✭cousin_borat


    code complete


  • Registered Users Posts: 9,579 ✭✭✭Webmonkey


    PHP and Web Development


  • Registered Users Posts: 15,443 ✭✭✭✭bonkey


    The Pragmatic Programmer
    Design Patterns


  • Registered Users Posts: 4,276 ✭✭✭damnyanks


    Heads first design pattersn if you want a light design pattersn read. I really like books from APress, they go through the approach with a pragmatic approach.

    Got there J2EE book and WCF (Windows comm foundation) both really nice.


  • Registered Users Posts: 5,618 ✭✭✭Civilian_Target


    The Little Schemer - teaches you the right ways to program.


  • Advertisement
  • Registered Users Posts: 1,193 ✭✭✭liamo


    Any Wrox book!


  • Registered Users Posts: 981 ✭✭✭fasty


    Pro C# 2005 and the .Net 2.0 Platform 3rd Edition - Andrew Troelson

    Programming in Objective-C - Stephen G. Kockan
    Cocoa Programming for Max OS X 2nd Edition - Aaron Hillegass


  • Registered Users Posts: 1,636 ✭✭✭henbane


    4 books I would recommend to non-programmers as interesting reading material:

    Programming Pearls
    Design Patterns
    Refactoring
    Applied Cryptography

    Number 5: TAOCP


  • Closed Accounts Posts: 884 ✭✭✭NutJob


    code complete

    I second that its a brilliant book and its a must have.
    Tought me to re-think alot of things


Advertisement