On Apr 8, 9:42 pm, Richard Heathfield <r...@[EMAIL PROTECTED]
> wrote:
> ed.norri...@[EMAIL PROTECTED]
said:
>
> <snip>
>
> [OP says]>> > My trouble is that any idea and/or challenge I can come up
with is
> >> > usually too hard, unfocused or requires system-specific code, which
is
> >> > not what I want to 'train', as it were.
>
> <snip>
>
> > For more pure C++ coding, I recommend the exercises in Stroustrup's C+
> > +.
>
> Many of Stroustrup's exercises are either of the "hello world" variety,
> which the OP says he's moved beyond, or "unfocused" in the sense that
you
> don't end up with a useful program at the end of the exercise. Perhaps
you
> could specify which of the exercises you had in mind, that would be
> suitable for the OP's requirements?
>
>
>
> > How about something that gets you more familiar with a particular OS
> > API (and its do***entation)?
>
> See above - OP wants projects that *do not* require system-specific
code.
>
> <snip>
>
> --
> Richard Heathfield <http://www.cpax.org.uk>
> Email: -http://www.
+rjh@[EMAIL PROTECTED]
> Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
> "Usenet is a strange place" - dmr 29 July 1999
Thank you for the feedback. I apologize that my unfamiliarity with my
newsreader's settings led you to believe that my recommendations were
a critique of what you wrote. My intention was to reply to the
original poster.
Can I assume you approve of my other suggestions?
To expand on the last point, integration with third party tools is an
excellent education in real-world software development. How do I
integrate with it? What is their software license? Great, now we
need someone to monitor their bug list, Oh no - there's a bug in that
library, how do we update the software that people are using? Crap,
they have an extensive software evaluation process, we can't just ****p
a new binary?..., etc.


|