advanced c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thaparian354
    New Member
    • Jan 2007
    • 19

    advanced c++

    i know the concepts of inheritance , polymorphism , .... .
    i want to know & learn abt advanced concepts in c ++ . can u plzzz
    refer me some url or book....
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    You might look at Design Patterns by Erich Fromm, et al. Addison-Wesley 1994.

    Also check out "Algorithms in C++" by Robert Sedgewick.

    And don't forget: "Object Oriented Design with Applications" by Grady Booch.

    Comment

    • stroken
      New Member
      • Mar 2007
      • 24

      #3
      I have been recommended to read a lot of C++ books, I think these are good:

      Scott Meyers "Effective C++"
      "More Effective C++"

      Andrei Alexandrescu "Modern C++ Design"

      Comment

      Working...