Skip to main content
Side panel
Home
All Courses
Calendar
Certificates
SciNet
Main Site
Documentation
my.SciNet
Old Education Site
CCDB
More
Search
Close
Search
Toggle search input
English
English
Français
You are currently using guest access
Log in
Home
All Courses
Calendar
Certificates
SciNet
Collapse
Expand
Main Site
Documentation
my.SciNet
Old Education Site
CCDB
Expand all
Collapse all
Open course index
Open block drawer
Dashboard
Course Material
Course Material
Topic outline
Select activity Lecture notes
Lecture notes
Page
Select activity Source tarball
Source tarball
File
Select activity Workshop outline Introduction Wo...
Workshop outline
Introduction
Workshop goals
History of C++
A few words about C
Is C++ the best language?
A quick comparison with Python
Similarities
Differences
Syntactic differences
Implementation
Type system
C++ theory
A “Hello, World!” program
Setting up environment on the Teach cluster
Notes about the code
About printing
📖 Extra information
About portability
Variables
Nature of variables in Python and C++
Scoping rules
Types
Type casting
const
and
constexpr
Functions
The
main()
function
Templates
📖 Extra information
Standard containers
std::vector
Other containers
References (and pointers)
Passing by reference in Python 🐍
About pointers
Loops
C++ practice
Monotonicity
Luhn algorithm
More Standard Library
Word frequencies
Streams
Alternative implementations
Iris data set
Tips
Next steps