Here are a few technology news stories that I’ve read in the past week or so. Reading Code Is a Skill The problem is not that we shouldn’t write readable code. Of course we should aim to write readable code, if only for our own poor selves further down the line (there is no one less capable READ MORE
Category: ISO C++
New in C++Builder/Delphi 10.4.1 IDE: Package LibSuffix Auto Choice
The C++Builder and Delphi Project | Options | Description page allows developers to Choose and Set build target configurations Write a description for the package Set strings for the package library filename’s prefix, suffix and version Define the use of the package (designtime, runtime or both) Specify how the package is built (rebuild as needed READ MORE
6 Efficient Things You Can Do to Refactor a C++ Project by Bartlomiej Filipek (Bartek)
Bartek posted an article today as part of a series of his work modernizing/refactoring a legacy C++ project. His series of articles takes an old C++ application and brings it up-to-date. In the article, Bartek covers the following techniques: Having the latest Compiler and correct C++ Standard version Fix Deprecated or Removed C++ Features Unit READ MORE