Thread: Classic SDK programming.

  1. #1
    Codebot
    Join Date
    Jun 2004
    Location
    Toronto
    Posts
    195

    Classic SDK programming.

    Hey guys.

    I need some help finding some resources on classic Win32 programming. Im currently working on a project that requires it and i was told that there are not that many books written on this subject.

    The topics i was told to focus on are:
    - Threading
    - File IO
    - Hook Functions
    - USB connectivity
    - Named Pipes
    - And some GUI related topics

    If you guys can give me a maybe a link to a tutorial or suggest any really good books, id appreciated.

    THnx
    Last edited by Mastadex; 12-19-2005 at 01:51 PM.

  2. #2
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    Most of those topics and other topics are covered in this book:
    Programming Windows by Charles Petzold

    a good online resource:
    http://www.winprog.org/tutorial/
    My Website
    010000110010101100101011
    Add Color To Your Code!

  3. #3
    Registered User
    Join Date
    Aug 2002
    Location
    Hermosa Beach, CA
    Posts
    446
    You can find some good articles on the Microsoft Systems Journal site:

    http://www.microsoft.com/msj/
    The crows maintain that a single crow could destroy the heavens. Doubtless this is so. But it proves nothing against the heavens, for the heavens signify simply: the impossibility of crows.

  4. #4
    Disrupting the universe Mad_guy's Avatar
    Join Date
    Jun 2005
    Posts
    258
    Whoever told you that there aren't many books on regular win32 programming, well, they're wrong. I suggest:

    Programming Windows
    Programming Applications for Microsoft Windows
    Programming the Windows Driver Model
    Windows 95 Systems programming Secrets (kinda outdated, but a lot of it is still applicable today)
    Microsoft Windows Internals, 4th Edition

    I could recommend quite a few more, but I think those suit what you want to do.
    operating systems: mac os 10.6, debian 5.0, windows 7
    editor: back to emacs because it's more awesomer!!
    version control: git

    website: http://0xff.ath.cx/~as/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DirectSound header issues
    By dxfoo in forum C++ Programming
    Replies: 0
    Last Post: 03-19-2006, 07:16 PM
  2. Win32 API or Win32 SDK?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-20-2005, 03:26 PM
  3. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  4. Directx SDK Documentation
    By Zoalord in forum Game Programming
    Replies: 4
    Last Post: 05-08-2003, 06:07 AM
  5. my idea of classic literature
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 10-07-2002, 04:04 PM