Review of Programming Assignment #2.
Flow Control: switch, expression evaluation. break, continue.
Programming sequence: cpp, writing, compiling and linking
Solutions to programming assignment #2 combined
Class 3, Friday, May 8, 1998
Review of Programming Assignment #1.
Flow Control: expression evaluation, more details on for, while loops.
stdio.h: EOF definition
Functions and Subroutines: Calling, existing in separate source files, prototyping. Variable scope. Passing variables by value or reference.
Makefiles: multiple targets, .c.o rules. Specifying targets.
Assign Programming Assignment #2
Class 2, Friday, May 1, 1998
Control Structures: if, else if, else. for, while and do while loops.
Statements: Simple and Compound ({}'s).
Assign Programming Assignment #1
Solutions to programming assignment #1 Makefile and
the source code hw1.c
Class 1, Friday, April 24, 1998
Introduction:
Basic concepts and principles of make files, source files, object files and executable files.
main() routine.
Basic compiling and linking sequences.
Data types.