Results 1 to 4 of 4

Thread: Windows Applications

  1. #1
    gustafo's Avatar p2p bi4tch BT Rep: +3
    Join Date
    Jul 2006
    Posts
    473
    Greetz!

    Anyone knows good sites with tutorials for creating Windows Appz (C,C++)?

    THX in advance!

  2. Internet, Programming and Graphics   -   #2
    Start by learning the Win32 API:
    http://www.winprog.org/tutorial/

    Then maybe dabble with MFC, which is a C++ wrapper around the API.

    Get a copy of MSDN Library if you can. It contains the entire Win32 API reference, along with MFC, etc.

    The best way to learn how to code is to read lots of books and practice, practice, practice... oh, and be very patient. :-)

  3. Internet, Programming and Graphics   -   #3
    What sort of windows appz? Are you new to programming or new to windows programming?
    Using api's isn't basic programming, so if you're a noob I'd instead try
    http://www.cesis.lv/learn/C++/

  4. Internet, Programming and Graphics   -   #4
    gustafo's Avatar p2p bi4tch BT Rep: +3
    Join Date
    Jul 2006
    Posts
    473
    Program code isn't such a big problem.
    I'd like to know how to build actual applications (you know, buttons - start, stop, cancel, exit,... :-D)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •