News

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.
A basic template for developing simple console based C++ programs in VSCode, this is mostly for my upcoming Data Structures class. It contains: VSCode tasks.json file for building / running a project ...
This repository contains three separate examples of calling a simple C++ library from Java code. The example library doesn't do anything but contains a class, MyClass, forcing us to support C++ (and ...