CSE 1342 – Summer 2018

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:

Programming Assignments: