Thread pools are a very important concept in achieving concurrency in C++. In this post, we look at how to write a simple thread pool using thread safe queues!
Computers, Coding and Caffeine
Thread pools are a very important concept in achieving concurrency in C++. In this post, we look at how to write a simple thread pool using thread safe queues!
Looking to modernize your C++ practices? Learn how to create an Azure CI/CD C++ pipeline to automate code quality and deployment of C++ projects.
“std::transform” helps to convert containers in C++. In this post, we look at the usage & examples for transforming elements in your vectors into other types!
Messing up a git branch is easy. With git reflog and reset, you can undo git commits and changes. In this post, we look at how to undo on git with these tools!
Modifying previous git commits can be useful. With Git rebase interactive, you can change previous commit messages, merge commits or simply drop git commits.
For beginner developers, this post details useful terminal/command line tools that will boost your productivity. Be a better coder with these tools and tricks!
Conan and Vcpkg are excellent package managers for C/C++. In this post, we will analyse each tool and discuss features they provide!