Programming Concepts (Summer 2)
Announcements:
TLaCS = Thinking Like a Computer Scientist book
LCPP = learncpp.com
- July 17 – C-Strings & Introduction to Memory Management – LCPP 6.6 and 6.7
- July 16 – Arrays, Arrays, Arrays. LCPP 6.4 & 6.5 (Multidimensional Arrays)
- July 9 – Today we are going to cover functions with reference parameters as well as arrays in c++.
- If you’d like to read more about functions including those w/ ref params, see TLaCS chapter 3 and 5 as well as LCPP 7.1 – 7.3. LCPP 7.6 & 7.7 are good references as well.
- 1D arrays – LCPP Sections 6.1 – 6.3
- July 6 – More reading: TLaCS chapters 1, 2, 4 (except recursion) and 6. These cover things that are very similar between Java and C++.
Handouts:
- Syllabus
- H01 – Getting Started
- H02 – PreCourse Videos
- H03 – Resources for C++
- H04 –
- H05 – Array Worksheet
Programming Assignments:
- PA 01
- PA 02 – Discussed In Class
- PA 03 – Connect 4 and Addendum
- PA 04 – How Many Anagrams?