CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2009
    Posts
    19

    What books should I buy

    Hello all,

    I've been a programming for over than 15 years, 7 years professionally.
    I have 7 years experience in Java and deep knowledge of software design, agile methods
    etc ...

    I'm now working on a project written in C++.
    I know basic C++ I have read effective C++ which was enlightening
    and I'm looking for books to expand my knowledge.
    I know I want "modern C++ design"
    I also need a general C++ book for a deeper understanding of subjects like
    templates, operator overloading, stl and so on.
    what do you think would be best for me ?
    c++ in a nutshell ? c++ primer plus ? principles and practice using c++ ?

    thanx

  2. #2
    Join Date
    Dec 2007
    Posts
    50

    Re: What books should I buy

    My absurd question: do i need to buy any of such books if I am a publisher ?
    Sometimes you need to consider the price/value along with a multiple consequences for your study of design and programing. Ok, state the requirements (free as well as enforced) ? I am listening!


    Nothing kicks off without $$$. Don't ever make me laugh of such questions as "What is your dream/ your plan etc in the INDUSTRY ?"

  3. #3
    Join Date
    Aug 2009
    Posts
    19

    Re: What books should I buy

    ah ?

  4. #4
    Join Date
    Jun 2009
    Location
    France
    Posts
    2,513

    Re: What books should I buy

    Quote Originally Posted by Rockem View Post
    ah ?
    You said you read "effective C++". Did you also read "More Effective C++" and "Effective STL"?

    I haven't read them, but "Stroustrup: The C++ Programming Language" and "Accelerated C++" are the ones usually recommended.

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