Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. STL book reccomendation

STL book reccomendation

Scheduled Pinned Locked Moved The Lounge
c++learningcomtutorialquestion
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mustafa Ismail Mustafa
    wrote on last edited by
    #1

    After deciding to re-learn C++, and thanks to Hans Dietrich's suggestion to concentrate more on STL, I went and got myself "The C++ Standard Library, a tutorial and reference" by Nicolai M. Josuttis Clickety[^]. I've been using it as a reference point for the last 2 weeks. I'll recommend this book in a second to anyone, especially if they are (re)learning C++. It is simply brilliant. I'm glad that I got the hard copy (it was the only one left of either paperbacks or hard copies). This one is a keeper. Now, can anyone recommend a good MFC reference? :cool:

    "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

    L E T 3 Replies Last reply
    0
    • M Mustafa Ismail Mustafa

      After deciding to re-learn C++, and thanks to Hans Dietrich's suggestion to concentrate more on STL, I went and got myself "The C++ Standard Library, a tutorial and reference" by Nicolai M. Josuttis Clickety[^]. I've been using it as a reference point for the last 2 weeks. I'll recommend this book in a second to anyone, especially if they are (re)learning C++. It is simply brilliant. I'm glad that I got the hard copy (it was the only one left of either paperbacks or hard copies). This one is a keeper. Now, can anyone recommend a good MFC reference? :cool:

      "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      The Effective STL book by Scott Myers is also essential reading I reakon

      1 Reply Last reply
      0
      • M Mustafa Ismail Mustafa

        After deciding to re-learn C++, and thanks to Hans Dietrich's suggestion to concentrate more on STL, I went and got myself "The C++ Standard Library, a tutorial and reference" by Nicolai M. Josuttis Clickety[^]. I've been using it as a reference point for the last 2 weeks. I'll recommend this book in a second to anyone, especially if they are (re)learning C++. It is simply brilliant. I'm glad that I got the hard copy (it was the only one left of either paperbacks or hard copies). This one is a keeper. Now, can anyone recommend a good MFC reference? :cool:

        "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

        E Offline
        E Offline
        Erik Funkenbusch
        wrote on last edited by
        #3

        As far as MFC goes, there is no other book that helps you to understand MFC better than MFC Internals by Scot Wingo and George Shepherd. It's a bit dated, from around 1998, but the basic design of MFC hasn't changed that much. This book will make it so you can code MFC without the wizards ;) After reading it, you will be an MFC Guru. Then, you can get some newer books that cover newer versions and you will have a strong basis to understand them much easier. http://www.amazon.com/MFC-Internals-Microsoft-Foundation-Architecture/dp/0201407213[^]

        -- Where are we going? And why am I in this handbasket?

        L 1 Reply Last reply
        0
        • E Erik Funkenbusch

          As far as MFC goes, there is no other book that helps you to understand MFC better than MFC Internals by Scot Wingo and George Shepherd. It's a bit dated, from around 1998, but the basic design of MFC hasn't changed that much. This book will make it so you can code MFC without the wizards ;) After reading it, you will be an MFC Guru. Then, you can get some newer books that cover newer versions and you will have a strong basis to understand them much easier. http://www.amazon.com/MFC-Internals-Microsoft-Foundation-Architecture/dp/0201407213[^]

          -- Where are we going? And why am I in this handbasket?

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          And how much STL does tht cover?

          Visit http://www.notreadytogiveup.com/[^] and do something special today.

          E 1 Reply Last reply
          0
          • M Mustafa Ismail Mustafa

            After deciding to re-learn C++, and thanks to Hans Dietrich's suggestion to concentrate more on STL, I went and got myself "The C++ Standard Library, a tutorial and reference" by Nicolai M. Josuttis Clickety[^]. I've been using it as a reference point for the last 2 weeks. I'll recommend this book in a second to anyone, especially if they are (re)learning C++. It is simply brilliant. I'm glad that I got the hard copy (it was the only one left of either paperbacks or hard copies). This one is a keeper. Now, can anyone recommend a good MFC reference? :cool:

            "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

            T Offline
            T Offline
            The Wizard of Doze
            wrote on last edited by
            #5

            Mustafa Ismail Mustafa wrote:

            Now, can anyone recommend a good MFC reference?

            STL and MFC are completely unrelated. Not a reference (see MSDN for a reference) but an MFC introduction: Jeff Prosise: Programming Windows With MFC[^]

            M 1 Reply Last reply
            0
            • T The Wizard of Doze

              Mustafa Ismail Mustafa wrote:

              Now, can anyone recommend a good MFC reference?

              STL and MFC are completely unrelated. Not a reference (see MSDN for a reference) but an MFC introduction: Jeff Prosise: Programming Windows With MFC[^]

              M Offline
              M Offline
              Mustafa Ismail Mustafa
              wrote on last edited by
              #6

              Oh, I know that :) I'm just trying to rebuild my C++ knowledge and expertise, so, after refreshing myself on STL, I'll be diving into MFC.

              "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

              1 Reply Last reply
              0
              • L Lost User

                And how much STL does tht cover?

                Visit http://www.notreadytogiveup.com/[^] and do something special today.

                E Offline
                E Offline
                Erik Funkenbusch
                wrote on last edited by
                #7

                Trollslayer wrote:

                And how much STL does tht cover?

                None. Why?

                -- Where are we going? And why am I in this handbasket?

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups