Thread: Windows

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    29

    Windows

    hey,
    I've pretty much done all the tutorials for c++ on this site and have a pretty good understanding of file manipulation and what not. I want to get into windows programming.

    I looked at the few tutorials on this site for it but the code in it had plenty of errors. Anyway, if anyone knows some introductory tutorials to windows programing with c++ that would realy help.

    Thanks

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Been done millions of times do a board search.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  3. #3
    Deprecated Dae's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    1,034
    Warning: Have doubt in anything I post.

    GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101

  4. #4
    *this
    Join Date
    Mar 2005
    Posts
    498
    Win32 API is C, so you will need to learn some C to use it, or you could use MFC

    Definetly been asked many times, I know this because I asked the same question.

    I recommend buying Programming Windows Fifth Edition by Charles Petzold, I think its the only way to learn win32API IMHO because it has everything. Examples, history, shortcuts, best ways to do it etc...

    It will help you understand the online tutorials because it goes into way more detail and SO much easier to understand.

  5. #5
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    I just started Windows Programming not too long ago, and i chose MFC is much easier and shorter code.
    I've tried Win32 API and its much harder to understand IMO.

    A lot of people here don't like MFC but i personaly like it.

  6. #6
    Deprecated Dae's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    1,034
    Quote Originally Posted by JoshR
    Win32 API is C, so you will need to learn some C to use it, or you could use MFC
    Win32 API functions/etc. are in C (the library file), but using the library shouldnt make any difference if you use it in a C or C++ program.
    Warning: Have doubt in anything I post.

    GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101

  7. #7
    *this
    Join Date
    Mar 2005
    Posts
    498
    Ya but some of the formats like wsprintf and some others have c format styling so its something to get use to.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows 98/2000 programming in Windows XP
    By Bill83 in forum Windows Programming
    Replies: 3
    Last Post: 07-22-2005, 02:16 PM
  2. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  3. dual boot Win XP, win 2000
    By Micko in forum Tech Board
    Replies: 6
    Last Post: 05-30-2005, 02:55 PM
  4. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  5. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM