CIS 3142 Advice — Chapter 1

CISC 3142
Programming Paradigms in C++
Part 1 — Introduction
Chapter 1 — Notes to the Reader

Reading from the Text

Chapter 1 — Notes to the Reader

Overview

Topics

Philosophy and goals

C++ Programming styles

Type-checking

Abstraction

Programming in C++

More specifically:

Suggestions for Java Programmers

Many of these issues are not relevant in Java, and thus they are directed specifically to Java programmers who may not be aware of the issues involved. We will (hopefully) revisit this section once we've covered the corresponding C++:

Advice

Code Used in this Lecture