# Uniform Initialization
Cpp Tips 1 / 2
3 min read
Tips for C++: Looking into initialization, and how to implement it via the modern approach.
Tips for C++: Looking into initialization, and how to implement it via the modern approach.
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.