You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2020. It is now read-only.
When I started this project, I was writing it in a style I vaguely described as C(++). This style could be summarized as C11, but with C++ templates. Now I'm looking at getting deeper into C++, and as a result, have the urge to re-write my "C" code into more proper and idiomatic C++ code.
Some of this process has already begun, but there is still some things left to update and correct. The most egregious being the use of printf() where ever information needs to be given to the user.