6.2.1 Stream Input-Output Functions - Projects

This chapter provides you with the projects (archives) from which the source codes for chapter 6.2.0 Stream Input Output Functions were taken.

  1. Read and write data from console (Flush)
  2. Read and write data from console (Line Input)
  3. Serialisation of data
  4. Read and write data string stream
  5. Prevent second programme start via instruction lock
  6. Programme control (music player) by entering commands via the console and outputting help in the console
  7. Read the contents of a file (byte (character, binary, hexadecimal))

Example 7

B1
Figure 6.2.1.1: File content - display characters - as far as displayable

B2
Figure 6.2.1.2: File contents - display binary

B3
Figure 6.2.1.3: File content - display hexadecimal

Download