Since C++ 11 it's possible to use braces for construction and initialization. Although this is something you could ignore for the code you write, it's obviously important to know for the code you may read.
Read MoreTags: cpp, braces, initialization, Uncategorized