| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Digital Puer" |
| Date: |
10 Nov 2003 12:27:13 AM |
| Object: |
small projects to learn STL? |
I'm coming back to C++ (from Java) and would like to spend
a few weeks working with STL. Is there a website or a
book with some small projects using STL that has complete
solutions?
.
|
|
| User: "Dan McLeran" |
|
| Title: Re: small projects to learn STL? |
10 Nov 2003 09:57:12 AM |
|
|
(Digital Puer) wrote in message news:<80678590.0311092227.7d49cea6@posting.google.com>...
I'm coming back to C++ (from Java) and would like to spend
a few weeks working with STL. Is there a website or a
book with some small projects using STL that has complete
solutions?
I would recommend Nicolai Josuttis' book The C++ Standard Libray - A
Tutorial and Reference. The STL portion of this book is the best
around IMHO.
.
|
|
|
| User: "Martijn Lievaart" |
|
| Title: Re: small projects to learn STL? |
11 Nov 2003 09:37:21 AM |
|
|
On Mon, 10 Nov 2003 07:57:12 -0800, Dan McLeran wrote:
digital_puer@hotmail.com (Digital Puer) wrote in message
news:<80678590.0311092227.7d49cea6@posting.google.com>...
I'm coming back to C++ (from Java) and would like to spend a few weeks
working with STL. Is there a website or a book with some small projects
using STL that has complete solutions?
I would recommend Nicolai Josuttis' book The C++ Standard Libray - A
Tutorial and Reference. The STL portion of this book is the best around
IMHO.
Seconded, that is the book to get. While you're at it, get "Effective STL"
as a companion to that.
HTH,
M4
.
|
|
|
| User: "Digital Puer" |
|
| Title: Re: small projects to learn STL? |
11 Nov 2003 01:37:03 PM |
|
|
Martijn Lievaart wrote:
On Mon, 10 Nov 2003 07:57:12 -0800, Dan McLeran wrote:
digital_puer@hotmail.com (Digital Puer) wrote in message
news:<80678590.0311092227.7d49cea6@posting.google.com>...
I'm coming back to C++ (from Java) and would like to spend a few weeks
working with STL. Is there a website or a book with some small projects
using STL that has complete solutions?
I would recommend Nicolai Josuttis' book The C++ Standard Libray - A
Tutorial and Reference. The STL portion of this book is the best around
IMHO.
Seconded, that is the book to get. While you're at it, get "Effective STL"
as a companion to that.
Thanks for the book recommendations. I have been reading "STL Tutorial
and Reference Guide" by Musser. I am actually looking for small
projects that will allow me to apply my understanding of STL. Do the
books you mention have projects (and hopefully answers) at the end
of the chapters?
.
|
|
|
| User: "Martijn Lievaart" |
|
| Title: Re: small projects to learn STL? |
11 Nov 2003 01:38:34 PM |
|
|
On Tue, 11 Nov 2003 11:37:03 -0800, Digital Puer wrote:
Thanks for the book recommendations. I have been reading "STL Tutorial
and Reference Guide" by Musser. I am actually looking for small
projects that will allow me to apply my understanding of STL. Do the
books you mention have projects (and hopefully answers) at the end
of the chapters?
No. Josuttis is a tutorial and a reference, Meyers is a book with a lot of
tips on do's and don'ts. Both are indispensable in my opinion though.
But using the STL will come in handy on almost any project, so you don't
have to look for an STL book with projects per se.
HTH,
M4
.
|
|
|
|
|
|
|
| User: "EventHelix.com" |
|
| Title: Re: small projects to learn STL? |
10 Nov 2003 05:53:38 AM |
|
|
The following articles get you started in STL:
http://www.eventhelix.com/RealtimeMantra/Patterns/stl_design_patterns.htm
http://www.eventhelix.com/RealtimeMantra/Patterns/stl_design_patterns_2.htm
Sandeep
--
http://www.EventHelix.com/EventStudio
EventStudio 2.0 - Generate Sequence Diagrams and Use Case Diagrams in PDF
.
|
|
|
|

|
Related Articles |
|
|