# 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.
Welcome to crueyKernel->dev, a blog about software, hardware, and firmware topics and occasional other stuff.
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.