Sorry to disagree, but having read the first 4 chapters, I think that is probably one of the worst C++ tutorials I've ever seen; and exactly the sort of thing that caused smoke to emanate from Bjarne Stroustrup's ears.
The main problem is that it conflates:
- the process of developing code;
IDE's are only one way to write code; and Eclipse is only one IDE.
- with that of learning a particular language;
C++ is only one language. It has many peculiarities that are unique to that language.
- with that of learning how to design programs;
Trying to introduce the concept of const functions in the first program is pointless.
- with a particular testing methodology;
Whilst the particular version of TDD used is one of the better ones -- for example, passing tests produce no output -- it is only one of many testing methodologies.
The book may be reasonable as course material for a course intended to turn out rote-learnt programmers; but is of little value to those wishing to augment the existing skilled by learning one or more of the four facets of programming above.
With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
RIP Neil Armstrong
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.