My take on this CPP Tutorial
To compile files with compiler Warnings use the CodeRunner extension and change the following command.
Also create a directory named build at the same level as the files to be compiled
"cpp": "cd $dir && g++ $fileName -o build\\$fileNameWithoutExt -Wall -pedantic -std=c++2a -fconcepts && build\\$fileNameWithoutExt",