Session 3: Core C++ Syntax and Program Flow Control
Resources
Zoom meeting link for today's session is available in the Bookmarks on the course Slack channel.
To create the starter repository for today's session please click hereLink opens in a new window.
Programme
Introducing C++Link opens in a new window |
We look at the basic structure and syntax of a program in C++ and begin to implement a very basic program and compile it into an executable. |
C++: |
The next C++ topic is how to control the flow of our mpags-cipher program with conditionals and loops. |