Thread: Book Advice

  1. #1
    Registered User cyberCLoWn's Avatar
    Join Date
    Dec 2003
    Location
    South Africa
    Posts
    124

    Book Advice

    I'm a university student and am looking to purchase some books for myself. I'd call myself a fairly intermediate programmer with knowledge in Java and C++.

    What I've done is searched through Amazon for some books on certain topics I'd like to get to compliment my knowledge I'm getting from university (listed below). I'm basically looking for books that don't hold me by the hand while explaining (for example) a while loop - I just need to see the syntax to see how a language uses it.

    Here are some areas I'm keen to get some knowledge into:

    - PHP and it's interaction with MySQL
    It's not covered in my courses but I feel it's required for industry.

    - Visual C++ in Visual Studio 2005 environment
    We're using the MFC in VS2005 at the moment to implement programs (and therefore show how Visual C++ works) using proper OOP techniques, however I don't have a text book or anything to reference from or teach myself new things.

    - C#
    I've got a beginner C# book which covers the normal beginner stuff up to Polymorphism. I want to take C# further as it's a language many people use in "industry". I need something a bit more in-depth on the C# language and possibly the .NET framework.

    The books I currently have are:
    - C++ How to Program (4th ed) by Deitel
    - Java How to Program (5th Ed) by Deitel
    - Java Software Solutions by Lewis and Loftus (beginner book recommended by university)
    - C# for Students by Douglas Bell & Mike Parr (beginner book recommended by university)


    I'm currently looking at purchasing the following books:

    PHP and MySQL Web Development (3rd Edition)
    - by Luke Welling, Laura Thomson
    - ISBN: 0672326728

    Murach's C# 2005
    - Joel Murach
    - ISBN: 1890774375


    Any suggestions/tips/ideas would be greatly appreciated.

  2. #2
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    Go download Thinking in C++ 1 and 2 from bruceeckel.com those books cover itermediate to advanced topics. It covers OOP and some design patterns.

    As far as PHP/MySQL goes, don't buy a book, PHP has pretty awesome documentation. And their are tons of guides to SQL on the 'net. I did some professional level stuff in PHP/SQL (used a Oracle database instead of MySQL but not much different) and I have never owned or read a book on either language.

    I can't recommend anything as far as C#/Java goes...

  3. #3
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    Stickies: C++, C.
    Others: C#, PHP, By Subject.
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. URGENT: Help wanted...in C
    By iamjimjohn in forum C Programming
    Replies: 16
    Last Post: 05-18-2007, 05:46 AM
  2. Looking for a c++ book, didn't were to post this...
    By Rune Hunter in forum C++ Programming
    Replies: 6
    Last Post: 09-24-2004, 06:32 PM
  3. Replies: 5
    Last Post: 09-19-2004, 06:52 AM
  4. Must read book!
    By RealityFusion in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-15-2004, 09:05 PM
  5. Should i get a new reference book?
    By Raison in forum Windows Programming
    Replies: 2
    Last Post: 06-15-2004, 10:43 PM