Thread: book suggestions

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    351

    book suggestions

    Hi All,

    I'm looking for a win32 programming book c/c++/mfc that

    - does not spend too much time on interface

    - does not use visual studio/visual basic examples

    I use borland compiler and require a good API reference with examples of services/threading/signals etc etc

    Thanks for any suggestions.

    rotis23

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    MFC is largely a VC++ tool so I'd forget it if you want to stick with Borland (Although Borland do offer their own class library).

    Try one of the Win32 books by Jeffrey Richter

  3. #3
    Registered User
    Join Date
    Aug 2002
    Posts
    351
    Had a look on amazon - Richter books seem old:

    Advanced Win32 Programming is almost 10 years old now - any more up to date.

    amazon doesn't sell "Programming Applications for Windows"!

  4. #4
    Registered User
    Join Date
    Dec 2003
    Posts
    50
    Programming Windows, 5th Edition by Charles Petzold is a useful book.
    http://www.charlespetzold.com/pw5/

  5. #5
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    "Programming Windows, 5th Edition by Charles Petzold is a useful book."
    I agree 100%

    Borland has its own class wrappers called OWL (as opposed to MFC), so if you are sticking with Borland, I would look into OWL or stick to the win32 API (my choice).

  6. #6
    Registered User
    Join Date
    Aug 2002
    Posts
    351
    That's the one - thanks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Book suggestions
    By him61 in forum C++ Programming
    Replies: 2
    Last Post: 09-24-2006, 07:34 PM
  2. Please Help!!!!!
    By princssashes in forum C# Programming
    Replies: 2
    Last Post: 04-05-2006, 08:18 AM
  3. Question about book
    By Kaidao in forum C++ Programming
    Replies: 6
    Last Post: 03-20-2006, 03:31 AM
  4. I"m selling a book...
    By St0rmTroop3er in forum Game Programming
    Replies: 2
    Last Post: 12-13-2003, 01:55 PM
  5. Math Book Suggestions
    By curlious in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 10-09-2003, 10:43 AM