Home > Programme Index

Chapter 9 Extras.

Hint

Take a look at the Serialization in chapter 8 (page FH4). The section on deserialization neglects to mention how to test whether you have reached the end of the binary file. The answer suggests using PeekChar() to test whether you have come to the end of your film objects. Is there another way to do this?

Chapter 9 code