Fundamentals of Programming. Unit 14.
  1. File Input/Output.
  2. Command-line arguments.
  3. String-to-number conversions.
  4. Communicating with files.
  5. The fopen() function.
  6. File handling (from within a program).
  7. How to copy selected data from one file to another.
  8. fprintf(), fscanf(), and rewind() functions.
  9. Random access: fseek() and ftell().
  10. The fgetpos() and fsetpos() functions.
  11. Behind the scenes with standard I/O.
  12. Macro assert().
  13. How can I completely disable at compile time my assertion?
  14. Binary I/O: fread() and fwrite()
  15. Ceasar's cipher.
  16. Exercise #14.2 - #14.5.
  17. Task 12.2.
  18. Exercise 13.0.
Last Updated 04 Dec, 2018 21:37. <vadimov@i.ua>