PDA

View Full Version : Windows Applications



gustafo
07-03-2006, 05:47 PM
Greetz!

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

THX in advance!

loggerind
07-06-2006, 11:12 PM
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. :-)

ilw
07-07-2006, 03:43 PM
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++/

gustafo
07-08-2006, 10:08 AM
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)