UMBC CMSC 202, Computer Science II, Spring 1999,
Sections 0101, 0102, 0103, 0104
15. I/O in C++
March 30, 1999
[Previous Lecture]
[Next Lecture]
- Review of String Functions
- strcpy, strncpy
- strcat, strncat
- strcmp, strncmp
- stricmp, strnicmp
- strtok
- Important Classes
- ios
- istream
- ostream
- ifstream
- ofstream
- fstream
- ostrstream
- istrstream
- Some Member Functions
- put()
- get()
- write()
- read()
- getline()
- Formatted Output
- Formatting Flags
- Member Functions vs. Manipulators
- Field width
- Fill character
- Displaying sign
[Previous Lecture]
[Next Lecture]