Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 01projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This week we will introduce you to the basics of writing, compiling, and running

In this section we also provide notes on how to use the **command line terminal** and **git** if you have not done so before. We will be using the terminal every week (including the first week) to compile and run programs, among other things, and Git is a version control system that we will use throughout the course and for your coursework assignments. Be sure to read these through if you are not familiar with either of these topics!

- [Introduction to C++ and "Hello World" Program](./sec01IntroToCpp.md)
- [Further C++ Syntax](./sec02CppSyntax.md)
- [C++ Programs with Multiple Files](./sec03MultipleFiles.md)
- [Introduction to C++ and "Hello World" Program](./sec01IntroToCpp.html)
- [Further C++ Syntax](./sec02CppSyntax.html)
- [C++ Programs with Multiple Files](./sec03MultipleFiles.html)
- [Version control with Git](./sec05Git.html)

## Useful References
Expand Down
2 changes: 1 addition & 1 deletion 04cpp3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This week we will look at, compare, and contrast two approaches to polymorphism
- Class templates
- Operator & function overloading
- Compiling templated code
* [Variadic Templates](./sec04VariadicTemplates.md)
* [Variadic Templates](./sec04VariadicTemplates.html)
- Variadic templates and functions
- Fold expressions
- Recursive variadic functions