# C++ Loops
Cpp Tips 2 / 2
6 min read
Tips for C++: Looking into all the C++ loops, but emphasizing the for-each/range-based loops which is a new feature in c++11.
Tips for C++: Looking into all the C++ loops, but emphasizing the for-each/range-based loops which is a new feature in c++11.
Tips for C++: Looking into initialization, and how to implement it via the modern approach.
CMake has the ability to create targets. This article shows how to create a library and link targets (a library) to an executable.
Setting up your system for CMake development, installing a package manager, and creating a simple executable.