Where too now?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hayden Kirk

    Where too now?

    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


  • music4

    #2
    Re: Where too now?

    CodeGuru is where developers come to share ideas, articles, questions, answers, tips, tricks, comments, downloads, and more related to programming in areas including C++, Visual C++, C#, Visual Basic, ASP, ASP.NET & Java.


    "Hayden Kirk" <spam@spam.co m> wrote in message
    news:emkpc.2161 $FN.232362@news 02.tsnz.net...[color=blue]
    > 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
    >
    >[/color]


    Comment

    • Alan Johnson

      #3
      Re: Where too now?

      Hayden Kirk wrote:[color=blue]
      > 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
      >
      >[/color]

      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

      Comment

      Working...