C/C++ Update and More

For the upcoming project, a possible switch from C to C++ is being considered. Don’t worry, single-file libraries will continue to be released in C whenever possible. Since C is (mostly) a subset of C++, any such libraries will be usable in both C and C++ applications.

In keeping with the above, all existing non-deprecated single-file libraries have been updated to compile as C++ without warnings. Most of them even work in pedantic mode! Currently lconfig is the only one that doesn’t work at all, as it uses a feature C++ simply doesn’t support.

As for the upcoming project, available concepts have been narrowed down to two. Both are discussed in greater detail over on Patreon. The main priority continues to be to find a concept that is realizeable in a decently polished form by the end of the year, while also being relatively novel.