C++ Practice. A collection of C++ coding exercises and experiments.

github.com/jwasham/cpp-practice

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2016
  • Experimenting with templates and explicit specialization.
  • Experimenting with templates.
  • static variable and default argument.
  • Experiments with function overloading and references.
  • Added terminating newlines.
  • Some playing around with command-line input and cctype.
  • Experimenting with C++11 range-based loops.
  • Added reference to book.
  • Messing around with STL vectors and arrays.
  • Playing around with pointers.
  • Added messing around with struct and strings.
  • Reorganized code into header and cpp files.
  • Experimenting with strings.
  • Experimenting with auto keyword. Added seconds to days, hours, etc co…
  • Experiments in narrowing with {}
  • Experiments with cout, math, random, cin, data type sizes, escaping.
  • Added README.
  • Initial commit for C++ practice.