Introduction
  • What you will learn from my course?
  • Streams - what is input and output
  • Motivational Intro
File Stream Library (fstream)
  • How to open and close files?
  • File opening modes
  • Stream's error flags
  • Reading position pointer - seekg and tellg
  • Writing position pointer - seekp and tellp
  • Extracting characters from files
  • Comparing content of two files
  • Put - loading characters from cin stream directly to file
  • Peek - peeking characters without extracting
  • Putback - returning extracted character on stream
  • Write - writing bytes to file
  • Gcount - counting characters from last operation
Summary
  • Mini database - part 1
  • Mini database - part 2
  • What after the course?