Skip to content

My tech journey

Eduardo Costa's blog about technology.

A pile of bricks organised in a misaligned way

C++ modules with Clang

Modules in C++ were described in this post, but there were no practical examples on how to compile the code contained in that article. This article will explain how to build C++ modules using Clang.

Girl looking at a box. She seems confused.

Explaining C++20 Modules

C++ provides abstractions in a principle of "you pay only for what you use". Unfortunately, even...