Thread: Win tutorials

  1. #1

    Win tutorials

    Does anyone have a extremely simple windows programming tutorial? I have looked at a few, but they don't explain things much, they just give you some source code.

  2. #2
    Unregistered
    Guest
    Yes.

    http://www.winprog.org/tutorial/

    is very popular....because it is very good.

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    27
    great site thanks man. Gonna read those tutorials

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    85
    in the tutorial, it said something about help files that contain all the parameters, or something like that. where can i get these?

  5. #5
    Unregistered
    Guest
    msdn has a complete list of all fns and their parameters but can be a hassle to find things sometimes.

    There is an older winhelp version of win32 API fns that you can download. It can be found in different places. I think there is a link to it on the winprog site I mentioned above. I know there is a version of it somewhere on the lcc-win32 compiler site:

    http://www.cs.virginia.edu/~lcc-win32/

    take a look round there - lot's of good stuff to be found.

    Check out the resources pages at:

    http://www.bloodshed.net/

    And don't forget to check this site's various links and resources (cprogramming).

    Happy hunting.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 05-07-2009, 11:31 AM
  2. help with this
    By tyrantil in forum C Programming
    Replies: 18
    Last Post: 01-30-2005, 04:53 PM
  3. CProgramming.com should update their tutorials.
    By PorkyChop in forum C++ Programming
    Replies: 17
    Last Post: 09-19-2004, 10:51 PM
  4. removing WIN 2000
    By DMaxJ in forum Tech Board
    Replies: 3
    Last Post: 10-15-2002, 09:25 AM
  5. Can I get this to loop back?
    By Unregistered in forum C Programming
    Replies: 9
    Last Post: 05-07-2002, 03:34 AM