Discussion Outline- Week 12
- General Questions
- Questions on Project 4
- Return and go over Quiz 2
- Strings
- Chacteristics of strings - NULL terminated, using strlib.h interface
- Manipulating strings with functions in the strlib library
- Idea of string as an Abstract Data Type (ADT)
- ADT
- Abstract Data Type
- Contains data portions
- Also contains the operations possible on that data type
- Modularity and Separate Compilation
- Break up large projects into modules
- Separate source files for each module, where each module is
made up of related functions