CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    May 2006
    Posts
    8

    Question Windows Programming Newbie

    Hello there ... Im a newbie to windows programming and im at loss to find out where to start off from. I have coded in C in the UNIX/LINUX platforms which has sufficient doucmentation available. Can anyone suggest solid documentation references/Tutorials/Books to Windows C Programming/System Programming and also the compilers/IDE's to work with ?

  2. #2
    Join Date
    May 2005
    Location
    Oregon
    Posts
    3,725

    Re: Windows Programming Newbie

    you can use Windows Programming by Charles Petzold

  3. #3
    Join Date
    May 2005
    Posts
    4,954

    Re: Windows Programming Newbie

    You can look at the book reviews of codeguru.

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

  4. #4
    Join Date
    Apr 2006
    Posts
    9

    Re: Windows Programming Newbie

    I think that the best IDE for windows is Visual Studio.
    And about tutorial, try http://winprog.net , or the book that humptydumpty
    recommended you.

  5. #5
    Join Date
    Sep 2002
    Location
    All around the World
    Posts
    99

    Re: Windows Programming Newbie

    The stuff i'll recommend to you on documentation & references to Windows C Programming/System Programming would be

    1.) http://msdn.microsoft.com
    2.) Programming Windows, Fifth Edition
    3.) Windows System programming 3rd Edition
    4.) http://winprog.net/tutorial/
    5.) Network Programming for Microsoft Windows
    The Programming Windows 5th edition is good if you dun know anything about programming for Windows in C but it's quite basic. But if you feel that you don't have cash to buy the book...follow Replica's link in winprog for a short tutorial on Windows Programming. There are a lot of documentation on the API used and samples in MSDN if you know how to search.

    As for the compilers/IDE's to work with.....Replica is also right to say that the best IDE i've used is Visual Studio 6...but if you wanted "Free" ones...you can download the following
    1.) Pelles C
    2.) Dev C++
    3.) LCC-Win32
    But only VS6 and Dev C++ is able to let you compile C++ apps...the other 2 can only allow you to compile C apps.

    Have fun learning....

  6. #6
    Join Date
    May 2006
    Posts
    8

    Thumbs up Re: Windows Programming Newbie

    I found the MSDN Library the best for the API and I have downloaded Dev C++ for the platform. Thanks a lot humpty, golan and replica and especially e_har

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured