C++ Experiments. A sandbox for trying out C++ code ideas.

github.com/jwasham/cpp-experiments

Vaya's read on this project

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

Updates

March 2016
  • Removed unneeded libraries.
  • Working on C++ implementation of Dijkstra's shortest path algorithm.
  • Added generic print array.
  • Added sample main and converted C program to C++.
  • Initial project setup