From 72bbc9318837a0e832426d9c9c29e08e25e61738 Mon Sep 17 00:00:00 2001 From: Martin Bond <28291143+martinbond7@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:51:53 +0000 Subject: [PATCH] Added TOC to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 342eff8..6c021cc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ Exercise solutions and cmake projects for: * AC++11-401 Transitioning to Modern C++ (C++11/14/17) +**Contents** +- [Transitioning to Modern C++ (C++11/14/17) Exercises](#transitioning-to-modern-c-c111417-exercises) +- [Folder structure](#folder-structure) + - [Solutions](#solutions) +- [Build Toolchain](#build-toolchain) + - [Build the application](#build-the-application) + - [Visual Studio shortcuts](#visual-studio-shortcuts) + - [Command line builds](#command-line-builds) + - [Building an exercise solution](#building-an-exercise-solution) +- [Disclaimer](#disclaimer) + # Folder structure ## Solutions