Connecting Tech Pros Worldwide Forums | Help | Site Map

c++ classic books, must have books ?

Howie
Guest
 
Posts: n/a
#1: Jul 19 '05
Hi,

i have just read a lot in "Large-Scale C++ Software Design" from John
Lakos.

This is an absolute great usefull book for everyone in a project team,
and now i am worry about:
Are there much more usefull books where reading it is a must ?

Thanks,

Howie



Peter van Merkerk
Guest
 
Posts: n/a
#2: Jul 19 '05

re: c++ classic books, must have books ?


> i have just read a lot in "Large-Scale C++ Software Design" from John[color=blue]
> Lakos.
>
> This is an absolute great usefull book for everyone in a project team,
> and now i am worry about:
> Are there much more usefull books where reading it is a must ?[/color]

It depends on what your goals are, if it involves learning C++ beyond
the absolute beginner level your team should at least read a a couple of
the books listed below:

The C++ Programming Language, 3rd edition, Bjarne Stroustrup.
Effective C++, Scott Meyers
More Effective C++, Scott Meyers
Exceptional C++, Herb Sutter
More Exceptional C++, Herb Sutter
The C++ Standard Library, Nicolai M. Josuttis
C++ Templates, David Vandevoorde and Nicolai M. Josuttis

--
Peter van Merkerk
peter.van.merkerk(at)dse.nl




Sumit Rajan
Guest
 
Posts: n/a
#3: Jul 19 '05

re: c++ classic books, must have books ?


Howie wrote:

[color=blue]
> Are there much more usefull books where reading it is a must ?[/color]


Try the following if you have not done so already:

The C++ Programming Language ( http://www.research.att.com/~bs/3rd.html )
by Bjarne StrouStrup

Effective C++
by Scott Meyers

More Effective C++
by Scott Meyers

HTH,
Sumit.

Gabriel Schreiber
Guest
 
Posts: n/a
#4: Jul 19 '05

re: c++ classic books, must have books ?


> Are there much more usefull books where reading it is a must ?

I might want to add:
Alexander Alexandrescu: "Modern C++ Design"

It is about templates, SmartPointers, Memory Management, Factories,
Functors and some other stuff, but mainly it is about templates.
Advanced reading, but helped me a lot.

Gabriel
Peter van Merkerk
Guest
 
Posts: n/a
#5: Jul 19 '05

re: c++ classic books, must have books ?


> > Are there much more usefull books where reading it is a must ?[color=blue]
>
> I might want to add:
> Alexander Alexandrescu: "Modern C++ Design"
>
> It is about templates, SmartPointers, Memory Management, Factories,
> Functors and some other stuff, but mainly it is about templates.
> Advanced reading, but helped me a lot.[/color]

That book was an eye opener for me. Unfortunately I have to work with
compilers that have problems digesting the advanced template tricks
discussed in that book. So for me its practical usefulness is very
limited at the moment, hopefully this will change for thew better soon.
It is also the kind book I'd like to keep away from beginners as it may
discourage them from learning C++.

--
Peter van Merkerk
peter.van.merkerk(at)dse.nl


Pat McCormack
Guest
 
Posts: n/a
#6: Jul 19 '05

re: c++ classic books, must have books ?


As well as those mentioned;
If you are into design of large scale systems I'd recommend the gang of
four's "Design Patterns"
Also Multi-Paradigm design in C++
Bruce Eckel's "Thinking in C++"

On the development process Steve McConnell's "Rapid Development" is
excellent IMHO . I've seen every mistake he mentions several times in the
past 27 years of programming (I shan't mention how many were down to me) :-)

Pat




"Howie" <howieh@webb.de> wrote in message
news:vq6rlvgkpqbrm9rtusvhfapmp2e6uun2qr@4ax.com...[color=blue]
> Hi,
>
> i have just read a lot in "Large-Scale C++ Software Design" from John
> Lakos.
>
> This is an absolute great usefull book for everyone in a project team,
> and now i am worry about:
> Are there much more usefull books where reading it is a must ?
>
> Thanks,
>
> Howie
>
>[/color]


Howie
Guest
 
Posts: n/a
#7: Jul 19 '05

re: c++ classic books, must have books ?


On Tue, 09 Sep 2003 11:27:36 +0200, Howie <howieh@webb.de> wrote:
Thanks all for your opinion

This is the collected list:

The C++ Programming Language, 3rd edition, Bjarne Stroustrup.
Effective C++, Scott Meyers
More Effective C++, Scott Meyers
Exceptional C++, Herb Sutter
More Exceptional C++, Herb Sutter
The C++ Standard Library, Nicolai M. Josuttis
C++ Templates, David Vandevoorde and Nicolai M. Josuttis
Alexander Alexandrescu: "Modern C++ Design"
the gang of four's "Design Patterns"
Multi-Paradigm design in C++
Bruce Eckel's "Thinking in C++"
Steve McConnell's "Rapid Development"



Greetings,

Howie
Closed Thread


Similar C / C++ bytes