Item-4 Initialize objects before they're used π Jan 22, 2018 · β 5 min read Since C++ is fickle about initialization, some good coding style is suggested.
Item-3 Use const whenever possible π Jan 19, 2018 · β 7 min read Useful tips on using const in C++.
Item-0 Federation of languages π Jan 18, 2018 · β 2 min read C++ is a multiparadigm programming langrage.
Item-1 Prefer consts, enums and inlines to #defines π Jan 16, 2018 · β 5 min read A new (hopefully) daily review on C++.