Tags C++Programming Understanding std::span admin July 27, 2022 Introduced in C++20, std::span is a light-weight abstraction that provides a convenient view into a collection of contiguous elements. Note that it
Tags Book ReviewC++ Book Review – Beautiful C++: 30 Core Guidelines for Writing Clean, Safe, and Fast Code admin July 11, 2022 Title: Beautiful C++: 30 Core Guidelines for Writing Clean, Safe, and Fast Code Authors: J.Guy Davidson, Kate Gregory Publisher: Pearson