Results 1 to 6 of 6

Thread: Good C++ Book for a newbee

  1. #1

    Thread Starter
    Addicted Member Buy2easy.com's Avatar
    Join Date
    Jul 2002
    Posts
    200

    Good C++ Book for a newbee

    Hello everyone i am not new to programming all together just to C++ and the new C++ .net is what i am using...does anyone have a suggestion of a good book i could get that would help me get into windows programming and learn a lot...and i dont mean one of those teach yourself C++ in 24 hours books i want a good quality book that will teach me a lot about creating a software program in windows using microsoft visual c++ .net......Thanks ahead of time!

  2. #2
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    For SDK windows programming:

    Programming Windows, The Definitive Guide to the Win32 API
    by Charles Petzold

    All of the CD examples are in C++. This is for somebody who can actually program, it is not meant to teach you C++.

    Windows programming and writing C++ code are two different things - you seemed to want Windows programming. You do realize that one line of VB can translate to 50-60 lines of C++?

  3. #3

    Thread Starter
    Addicted Member Buy2easy.com's Avatar
    Join Date
    Jul 2002
    Posts
    200
    Any other book suggestions out there?

    I am sure i can learn the C++ language it seems pretty straigh forward but it seems like windows programming is pretty confusing.

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Nah. Some people might consider Windows more confusing, some C++ itself. I think it depends on what kind of programmer you are.
    And every programming language is pretty straight forward. At least every compiled one.

    Petzold's book is indeed the definitive guide. It should teach you all that you need to know to find your way through the WinAPI reference.

    But at least my edition has the examples in C - are newer editions different or are simply the CD examples C++ now?
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  5. #5

    Thread Starter
    Addicted Member Buy2easy.com's Avatar
    Join Date
    Jul 2002
    Posts
    200
    I am wanting to learn how to use the .net framework as well is the old way of windows programming going to be obsolete with the framework now around or does the framework even affect the way windows are created in C++.net.....also are there any C++ .net books you would suggest? Thanks

  6. #6
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    The old way won't be obsolete. Normal windows API or a C++ class library will still be the preferred methods of writing commercial windows apps for some time coming (and maybe longer). It is the foundation on which windows builds.

    In VC++.Net you can write Managed C++ (uses the .Net framework) and normal C++ which is in no way affected by .Net.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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