Meson: A Powerful C++ Project Build System

Meson is a modern open-source build system designed to replace traditional tools like Make and CMake. It can be used in C++ projects, but it is not a “C++ library” itself. 🛠️ Build Your C++ Project with Meson: Simple, Fast, Modern Have you ever experienced the following pain points? Writing Makefile until your head hurts? … Read more

libcpp: A C++ Standard Library for Embedded Systems

libcpp: A C++ Standard Library for Embedded Systems

In embedded system development, C++ is gradually becoming the mainstream programming language due to its powerful expressive capabilities and rich library functions. However, the standard C++ library is often too large and not suitable for resource-constrained embedded environments. At this point, a lightweight and configurable C++ standard library becomes particularly important. Today, we will delve … Read more