Thread: What should I know before starting windows programing?

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    6

    Question What should I know before starting windows programing?

    Could someone please tell me what stuff I should know before I start windows programing? Consoles are getting a little old

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    If you are competent with the console you know plenty. You'll also need a windows compiler obviously.
    Jump in with a tutorial:
    http://winprog.org/tutorial/

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Object-oriented paradigm and event-driven programming.

    Kuphryn

  4. #4
    Master of the Universe! velius's Avatar
    Join Date
    Sep 2003
    Posts
    219
    You should first decide to either use Win32 API or the wrapper classes MFC. Then if you choose MFC you need a solid foundation with Object-Oriented programming. If you choose to go the Win32 route then you should at least have a solid knowledge of C or C++. Either way you should know what you are doing with actual language before trying to tackle a gui library.
    While you're breakin' down my back n'
    I been rackin' out my brain
    It don't matter how we make it
    'Cause it always ends the same
    You can push it for more mileage
    But your flaps r' wearin' thin
    And I could sleep on it 'til mornin'
    But this nightmare never ends
    Don't forget to call my lawyers
    With ridiculous demands
    An you can take the pity so far
    But it's more than I can stand
    'Cause this couchtrip's gettin' older
    Tell me how long has it been
    'Cause 5 years is forever
    An you haven't grown up yet
    -- You Could Be Mine - Guns N' Roses

  5. #5
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    if you understand function pointers and Callback functions you should be fine. Most of the event driven nature of Windows is simply windows using the function pointer you gave it as a "Callback".
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  6. #6
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    In my opinion, one should always learn "raw" Win32 programming first before learning MFC.

    gg

  7. #7
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>>
    In my opinion, one should always learn "raw" Win32 programming first before learning MFC.
    <<<

    Absolutely.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Script errors - bool unrecognized and struct issues
    By ulillillia in forum Windows Programming
    Replies: 10
    Last Post: 12-18-2006, 04:44 AM
  2. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  3. c++ windows programing tut's?
    By anzas in forum C++ Programming
    Replies: 4
    Last Post: 07-14-2003, 01:07 PM
  4. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  5. Manipulating the Windows Clipboard
    By Johno in forum Windows Programming
    Replies: 2
    Last Post: 10-01-2002, 09:37 AM