Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Learning CPP

From Fightorder
Revision as of 22:34, 23 February 2026 by Qrow (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If you're interested in learning C++, check out these links:

  • Teach Yourself C++ in 21 Days is an excellent introduction for anybody new to the language. It teaches you the bare minimum you can get away with.
  • Thinking in C++ An excellent, thorough C++ book available free online as HTML. Also available in PDF format.
  • C++ FAQ An excellent guide to the many problems encountered when writing C++ and how to avoid them.
  • C++ How to Program Although it's a commercial volume, it is an excellent introduction to the language.

If the above aren't enough there are links to more free C++ books here: http://www.freeprogrammingresources.com/cppbooks.html.

For humour you might be interested in: The Ten Commandments for C Programmers (C++ is based on C). However the advice given should be taken with a pinch of salt!