UMBC CMSC 202, Computer Science II, Spring 1999,
Sections 0101, 0102, 0103, 0104
1. Introduction
Thursday Janaury 28, 1999
[Next Lecture]
- Review of some C Topics
- What is a function?
- What is a header file?
- What is a logical expression?
- Three types of loops
- Post-increment/pre-increment notation
- Data types in C
- What is an array?
- How are strings implemented in C?
- What is a pointer?
- break and continue
- Demo of a small C++ program (pages 13 and 15 in textbook)
[Next Lecture]