News

My previous article Code Craft – Embedding C++: Classes explored whether classes cause code bloat. There was little or no bloat and what is there assures that initialization occurs.
Having covered the topics of arrays and arraylists this week, it is also to see how they differ from methods in other languages such as C++. Now when we look at arrays, and arraylists, one of the big ...
I'm trying to templatize a class, based on a list of values. The list can't be another class - template parameters need to be compile-time constants. So that leaves arrays as the option.My current ...
Semantic colorization was singled out by Microsoft for new functionality added to the July 2019 update of the C/C++ extension for Visual Studio Code. The much-requested semantic colorization -- ...