RSS Feed
Articles
-
Cross-Platform C++: CMake
Instead of maintaining a Visual-Studio
.sln
file, and amakefile
, and an XCode project -
Cross-Platform C++: Intro
C++ is “no batteries included” language, so build-systems, libraries and frameworks do not receive much attention while being critical to real-life projects.
-
Getting Started with YouTube JavaScript API
Our goal is simple: to be able to access YouTube subscriptions, channels and uploads from code, using official APIs (no scraping).
-
Windows Thread-Pool
How do you perform an action asynchronously?
-
Calling Lambdas with Default Parameters
I’ve learned a neat trick today, and I would very much like to share it with you.