Browsing Tag
cpp
43 posts
How to build Reduct Storage on MacOs
Hey all, we’re going to add support of macOS in the next release (0.9) of the storage engine.…
The simplest example of coroutines in C++20
The coroutines were introduced in C++20 standard. Unfortunately, the implementation isn’t such friendly even for experienced programmers because…
A Beginner’s Guide to Competitive Coding
By Samrat Chakraborty Competitive programming teaches the art of breaking a problem into small pieces and making working…