Tutorial

Feb 2, 2010 at 11:24pm
closed account (DL30RXSz)
I'm looking for a good tutorial for the Windows API in which the code will actually compile in the latest version of visual studio. Any good ones?

Also is Windows API still the best way to program for windows in C++?
Feb 3, 2010 at 12:13am
Try this: http://www.winprog.org/tutorial/

Define "Best"
Feb 4, 2010 at 12:19am
closed account (DL30RXSz)
Looks like a good tutorial. What I really meant is, is it still a good, practical way of programming for windows, or are there more modern methods of doing GUIs and such?
Feb 4, 2010 at 12:29am
closed account (S6k9GNh0)
A common method is too use a cross-platform library such as GTK+ or even wxWidgets. There are still people who code directly with WinAPI though to minimize size and overhead that are generated by libraries although this is argumentative. It's up to you.
Last edited on Feb 4, 2010 at 12:29am
Feb 4, 2010 at 5:32am
Simple, easy to grasp -> http://www.functionx.com/win32/
Last edited on Feb 4, 2010 at 5:33am
Feb 4, 2010 at 10:15pm
Some folks call it Win32, others Sdk; its still my favorite way to code Windows. I use both C++ and PowerBASIC and code both languages exactly the same for the exact reasons given by computerquip. I've recently put some beginning tutorial programs with lots of explanations here....

http://www.jose.it-berater.org/smfforum/index.php?board=380.0

I've tested them all with C++ 9 Pro (VS 2008), but that's not my favorite development environment. I prefer CodeBlocks. Faster, less ponderous. Also free.
Feb 5, 2010 at 3:26pm
I've just seen http://www.winprog.org/tutorial/ thx drchill for this tutorial
Feb 5, 2010 at 7:03pm
No problem :)
Topic archived. No new replies allowed.