(Jim Mischel) Writing a string to a binary file is more complicated than it might at first appear. The concept is easy, but the implementation can be a little tricky. The basic idea is to write an integer that represents the string’s length, and then write the string’s characters. But there are two
Read More - Register for Free Membership
