Formatting library as an alternative to C stdio and C++ iostreams
...The library is highly portable and relies only on a small set of C++11 features, like variadic templates, type traits, rvalue references, decltype, trailing return, types, deleted functions, alias templates. These are available in GCC 4.8, Clang 3.0, MSVC 19.0 (2015) and more recent compiler version. For older compilers use {fmt} version 4.x which is maintained and only requires C++98.
Coding Boot Camp
Learning to program? Check out the free boot camp from Embarcadero which runs from Monday, August 22nd to Friday, August 26th.
https://learndelphi.org/boot-camp-2022/
Embarcadero Dev-C++ is a new and improved fork (sponsored by Embarcadero) of Bloodshed Dev-C++ and Orwell Dev-C++. It is a full-featured Integrated Development Environment (IDE) and code editor for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as its compiler. ...
...And it supports code highlighting to be displayed on the web page, which is convenient for writing and reading blog articles. Divided into "Quick Format", "Selected Format" and "Batch Format", the formatting style parameters of various languages can be set in detail.