Thread: Win32 Programming - Intructor or Book?

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    8

    Win32 Programming - Intructor or Book?

    I was wondering which is better to learn Win32 programming, going into a course or trying to learn it by myself. Right now I'm fresh out of high sch and in a 9-5 job and since I've got a contract for 2.5 years, I've decided to learn something new. (In case ur wondering why I didnt go to college, its called conscription, yep the army, I live in Singapore.)

    I've got a good grasp of working with C++ and C, and I was thinking of learning Win32. A couple of places I've checked out offer Win32 training on weekends. So which should I go for?

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Learn from books.

    For Win32 API, I recommend Programming Windows by Charles Petzold.

    Kuphryn

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Yup, get a good book. Petzold is good, MS specific, but good. "Programming Windows NT4 from the Ground Up" by Herbert Schildt is also good, more compiler neutral.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  4. #4
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    I third Programming windows by Petzold.

  5. #5
    unreg
    Guest
    the book is okay
    includes a cd with the source code
    however, i find it unusual how he starts unicode out in the beginning.
    aren't programmers supposed to be familiarized with ascii programming first and then proceed to unicode?

  6. #6
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> to be familiarized with ascii programming first and then proceed to unicode?

    I think that may have been true when most people were using 9x cored system which used ASCII internally. NT cored systems have always used UniCode internally and can take a performance hit when used with ASCII, (there are ways around that of course).

    Since most new systems use UniCode as their standard, why not learn that and treat ASCII as legacy?
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  7. #7
    i want wookie cookies the Wookie's Avatar
    Join Date
    Oct 2002
    Posts
    455
    depends on hwo you learn better

    i started from books, and didnt pick it up that well, so i took an introductory course to c++ at my community college, so that jumpstarted me...so now i pick up from books and other resources really quickly

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Console program to Win32
    By Ducky in forum Windows Programming
    Replies: 3
    Last Post: 02-25-2008, 12:46 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. OLE Clipboard :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 08-11-2002, 05:57 PM
  4. Thread Synchronization :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 08-09-2002, 09:09 AM
  5. Win32 API Tutorials?
    By c++_n00b in forum C++ Programming
    Replies: 9
    Last Post: 05-09-2002, 03:51 PM