Programming Fundamentals/Strings and Files
Appearance
Overview
[edit | edit source]This chapter introduces string and file processing.
Chapter Outline
[edit | edit source]- Strings
- String Functions
- String Formatting
- File Input and Output
- Error Handling
- Loading an Array from a Text File
- Code Examples
- Practice: Strings and Files
Learning Objectives
[edit | edit source]- Understand key terms and definitions.
- Given example pseudocode, flowcharts, and source code, create a program that processes strings to solve a given problem.
- Given example pseudocode, flowcharts, and source code, create a program that processes a text file to solve a given problem.
- Understand how to replace, add or remove strings into a file.
- Be able to read and understand a given file and string program.
- Be able to organize a file from any given format.
- Understand how to use outside functions within a file and string program.
- Understand how to delete, read, or create a file.