Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

C Mannerisms Need Updating to Idiomatic C++ #2

@joebobmiles

Description

@joebobmiles

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions