Connecting Tech Pros Worldwide Forums | Help | Site Map

Answers to Accelerated C++

utab
Guest
 
Posts: n/a
#1: Feb 12 '06

Hi there,

I have been reading Accelerated C++ by Andrew Koenig which is an
excellent way of learning C++ from even the first pages by using the
standard library.

One drawback is that no answers to nice exercise sets.

Is there anyone who could provide the answers of the exercises in the
book? Or an URL will be very much appreciated.

I have conducted a basic search through google but no out come I could
only find the the answers of chapters 0,1,2.

Thx


Mike Wahler
Guest
 
Posts: n/a
#2: Feb 12 '06

re: Answers to Accelerated C++



"utab" <umut.tabak@gmail.com> wrote in message
news:1139705738.432079.320750@g43g2000cwa.googlegr oups.com...[color=blue]
>
> Hi there,
>
> I have been reading Accelerated C++ by Andrew Koenig which is an
> excellent way of learning C++ from even the first pages by using the
> standard library.
>
> One drawback is that no answers to nice exercise sets.[/color]

Almost always, there isn't a single answer.
[color=blue]
> Is there anyone who could provide the answers of the exercises in the
> book? Or an URL will be very much appreciated.
>
> I have conducted a basic search through google but no out come I could
> only find the the answers of chapters 0,1,2.[/color]

I suggest doing this:

Create your best attempts at solutions, post them
here (with a description of the exercise), and ask
for comments/assistance.

I think this approach would be far more useful than
comparing your work with 'canned' answers, which
won't necessarily be the only valid solutions.

-Mike



Closed Thread