CSCI 235 — diff C Java 2

Our reference

But let’s start with some Fall 2015 CSCI 255 notes on C vs Java.

Chapter 7 — Pointers

Chapter 8 — Arrays and Strings

Chapter 9 — Dynamic Memory

Concentrate on sections 9.1—9.3: We are skipping the CSCI 202 stuff.

Chapter 10 — The C Preprocessor

Chapter 11 — Structures and Unions

Chapter 12 — Bitwise Operators

We did much of this in Chapter 2 of the textbook.

Chapter 13 — Input and Output

Chapter 14 — Generic Programming

This is not a strong point of C!

C I/O example from last term