Re: Where too now?

From: Alan Johnson (alanwj_at_mailandnews.com)
Date: 05/17/04


Date: Mon, 17 May 2004 01:43:18 -0500

Hayden Kirk wrote:
> Ok
>
> I have done a bit in C++. I've gotten to the point now where I want to do
> some Windows programming. Im using Visual C++ 6, I dont know how to do
> anything apart from console apps.
>
> Can anyone point me in the direction of a site that teaches c++ to windows
> programming in c++ MFC/Win32. How to use the class wizard etc etc.
>
> Thanks
>
>

If you don't mind buying books, I highly recommend the following two:

Programming Windows, by Charles Petzold
Programming Applications for Microsoft Windows, by Jeffrey Richter

The first will teach you everything you need to know. The second will
teach you everything else.

Alan