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 .NET Calling C# Methods from Sicstus Prolog through COM Interface admin November 10, 2019 Recently I needed to make use of a C# library (which I had implemented a few years ago) from Sicstus Prolog.
Tags C++ 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++ 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 C++ Is Deriving from a Concrete Class Bad? admin August 7, 2016 In my first post on Julia, I noted that the language does not allow deriving from a concrete (i.e., non-abstract)