Top C++ Logging Libraries Compared: How to Choose the Best One - part 3Easylogging++ Easylogging++ is a logging library (previously single-header). From my observation, it is heavily inspired by glog. It has about ~3.8k stars on github, however, last commit was about a year ago and with about 270 open issues. It is rele...Dec 15, 2024·15 min read
My first blog postimport std.core; import std.format; import std.string_view; int main() { constexpr std::string_view name{ "hashnode" }; std::print("Hello, {}\n", name); return 0; } I’ve opened this blog to share things I know and learn. Most of t...Oct 14, 2024·1 min read