Tags C++Programming std::is_empty admin March 28, 2020 In the previous post, we looked at the std::is_destructible<T> type trait. Today, let us try to understand another type trait
Tags C++Programming std::is_destructible admin March 15, 2020 In the last article, I explained the deleted destructor in some detail. Today, I would like to talk about a
Tags C++ Deleted Destructor in C++ admin March 4, 2020 Since C++ 11, we can use the keyword delete to declare functions as deleted and thus prohibit the use of
Tags Book ReviewC++Programming Book Review: C++ Concurrency in Action admin March 10, 2019 Title: C++ Concurrency in Action Author: Anthony Williams Publisher: Manning Publications Co. Year: 2019 (Second Edition) The first edition
Tags Book ReviewC++ Book Review: Real-Time C++ admin December 23, 2018 Title: Real-Time C++: Efficient Object-Oriented and Template Microcontroller Programming Author: Christopher Kormanyos Publisher: Springer-Verlag Year: 2018 (Third Edition) It was
Tags Book ReviewC++Programming Book Review: Functional Programming in C++ admin December 2, 2018 Title: Functional Programming in C++: How to improve your C++ programs using functional techniques Author: Ivan Cukic Publisher: Manning Publications
Tags C++Programming C++17 – std::apply() and std::invoke() admin October 14, 2018 Calling a function (or function object) dynamically, through a pointer known at runtime, is a common programming scenario. Almost all
Tags C++ProgrammingProlog Sicstus Prolog – Building a Windows DLL admin August 5, 2018 Last week I upgraded to the latest version (4.4.1) of Sicstus Prolog for Windows. Since the Prolog engine can be embedded (royalty
Tags Book ReviewC++ Book Review – Design Patterns in Modern C++ admin July 22, 2018 Title: Design Patterns in Modern C++ – Reusable Approaches for Object-Oriented Software Design Author: Dmitri Nesteruk Publisher: Apress Year: 2018
Tags Book ReviewC++Programming Book Review – The Modern C++ Challenge admin July 8, 2018 Title: The Modern C++ Challenge Author: Marius Bancilla Publisher: Packt Publishing Year: May 2018 This week I have been going