Page 4 of 4 FirstFirst ... 234
Results 31 to 39 of 39

Thread: Programming Books Recommendations

  1. #31
    Join Date
    Nov 2009
    Beans
    29

    Re: Programming Books Recommendations

    Quote Originally Posted by mmix View Post
    Code:
    Advanced Programming in the UNIX(R) Environment (2nd Edition) (Hardcover)
    ~ W. Richard Stevens (Author), Stephen A. Rago
    Stephen A. Rago (Author)
    This is a life-saver. Thank you for the suggestion! This is a must own book for anyone working in a Unix related environment.

  2. #32
    Join Date
    Dec 2008
    Beans
    207

    Re: Programming Books Recommendations

    Code:
    Computer Systems: A Programmer's Perspective, Second Edition (CS:APP2e)
    Randal E. Bryant and David R. O'Hallaron
    Prentice Hall, 2011 (ISBN 0-13-610804-0) 
    http://csapp.cs.cmu.edu/
    Code:
    Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition) (Hardcover)
    ~ W. Richard Stevens
    Code:
    UNIX Systems Programming: Communication, Concurrency and Threads (Hardcover)
    ~ Kay A. Robbins

  3. #33
    Join Date
    Jul 2008
    Location
    Aryadesa
    Beans
    183
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Programming Books Recommendations

    The Unix Programming Environment by Kernighan and Pike
    Quantum computers are not known to be able to solve NP-complete problems in polynomial time.
    Scott Aaronson's blog

  4. #34
    Join Date
    May 2010
    Beans
    1

    Re: Programming Books Recommendations

    Thinking in Java, by Bruce Eckel
    ISBN : 0136597238
    Beginning Java 2, by Ivor Horton
    ISBN : 1861002238
    Java in a Nutshell, 3rd Edition - covers all the core API except for Swing/AWT, updated for Java 2 v 1.3

  5. #35
    Join Date
    Dec 2008
    Beans
    207

    Re: Programming Books Recommendations

    Code:
    The fxtbook: "Matters Computational"
    Jörg Arndt
    http://www.jjj.de/fxt/fxtpage.html#fxtbook
    Code:
    On Lisp
    Paul Graham
    http://www.paulgraham.com/onlisptext.html

  6. #36
    Join Date
    Sep 2010
    Location
    Australia
    Beans
    6
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Programming Books Recommendations

    If you're not exactly new but in a limbo from beginner on your way to employable, I recommend Stroustrup's Programming: Principles and Practice using C++.

    http://www.amazon.com/Programming-Pr.../dp/0321543726

    King's C Programming: A Modern Approach is also a great C book but probably not for absolute beginners (see Prata, C Primer Plus for that).

    http://www.amazon.com/Programming-Ap.../dp/0393969452

  7. #37
    Join Date
    Sep 2010
    Location
    Australia
    Beans
    6
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Programming Books Recommendations

    I agree the O'Reilly books are great.

    A couple of good Java books include Introduction to Java Programming Comprehensive Version by Liang and Starting Out With Java: Early Objects by Gaddis.

    http://www.amazon.com/Introduction-J.../dp/0132130807
    http://www.amazon.com/Starting-Out-J.../dp/0321497686

  8. #38
    Join Date
    Mar 2008
    Beans
    20
    Distro
    Ubuntu

    Lightbulb Re: Programming Books Recommendations

    Java A Beginner's guide 4th edition is a very good book for starters (from scratch that is) I absolutely recommend it.

    http://www.ebooknetworking.net/books...072263849.html

  9. #39
    Join Date
    Aug 2007
    Location
    Hastings, NZ
    Beans
    354
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Programming Books Recommendations

    A book on C : Programming in C, by Al Kelley and Ira Pohl
    and
    http://www.fishpond.co.nz/Books/Comp...+C+Programming

Page 4 of 4 FirstFirst ... 234

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •