C and C++ tutorials and demos for CodeSolid.com.
-
gcc_docker_basic -- Using the gcc docker container to compile and run simple programs in C and C++.
-
gcc_with_cmake -- Dockerfile, bash script, and instructions to build a container containing gcc w/ CMake built from source.
-
gcc_cmake_tutorial -- Multi-stage build that adds gcc to cmake as in gcc_with_cmake, then gets the source for the corresponding CMake tutorial into /source.
-
cmake_tutorial_solutions -- Solutions for the latest CMake tutorial.
The gcc_with_cmake , gcc_cmake_tutorial, and cmake_tutorial_solutions source is discussed in Running the CMake Tutorial in a VS Code Dev Container.
The cmake_starter folder contains the code for the article A CMake Starter Project.