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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Good Programming Books

  • 21-04-2007 12:27pm
    #1
    Moderators, Science, Health & Environment Moderators Posts: 1,852 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, Registered Users 2 Posts: 995 ✭✭✭cousin_borat


    code complete


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


    PHP and Web Development


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


    The Pragmatic Programmer
    Design Patterns


  • Registered Users, Registered Users 2 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, Registered Users 2 Posts: 5,618 ✭✭✭Civilian_Target


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


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


    Any Wrox book!


  • Registered Users, Registered Users 2 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, Registered Users 2 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