[Prev][Next][Index][Thread]

Re: Language question, a little bit OT



Thanks for the extensive reading list, Michael.

Every programming language I messed around with has taught
me something of value, although I have used almost none for
"serious" programming.
As a consequence, my mind is a junkyard, which is very much
appreciated by my more linear partners :-)

I think I'll put Modern C++ Design on my wishlist.

s.

From:    Michael Schuerig <schuerig@acm.org>
To:      To info-dylan@ai.mit.edu
Date:    2001-08-05 16:00
Subject: Re: Language question, a little bit OT

> 
> In the former case, I'd recommend reading a good introduction to C++ 
> first. For an experienced programmer, Stroustrup's "The C++ Programming 
> Language" is probably suitable, for those who prefer an easier read 
> something like "The C++ Primer" by Stan Lippman & Josee Lajoie likely 
> is better. Then, while already using C++, thoroughly read the books by 
> Scott Meyers. Only after that you should go for Alexandrescu's "Modern 
> C++ Design". I also recommend Herb Sutter's "Exceptional C++", an 
> extended collection of Herb's first 40 installments of The C++ Guru of 
> the Week, a regular quiz on comp.lang.c++.moderated.
> 
> If, OTOH, you're interested in the state of the art in C++ programming 
> as some kind of intellectual curiousity, say, to get a glimpse of 
> what's the deal with generic programming, then directly read "Modern 
> C++ Design". Don't expect to understand it in detail or to be able to 
> apply the techniques shown. Nevertheless, it will provide insights into 
> a not yet common style of software composition.
> 
> Michael
>  
> 

-- 
Stefan Schmiedl
EDV-Beratung, Programmierung, Schulung
Loreleystr. 5, 94315 Straubing, Germany
Tel. (0 94 21) 74 01 06     Fax (0 94 21) 74 01 21
Public Key: http://xss.de/stefan.public

Change is Constant


References: