Posts

TimelineCpp20BigFourUpdate

C++20: The Big Four

/
This post presents you the big four: concepts, ranges, coroutines, and modules. C++20 has a lot…
greedyGenerator

Coroutines

/
Coroutines are functions that can suspend and resume their execution while keeping their state. The evolution…