>>29 the number of characters
What does this have to do with anything? When checking for EOF, programs loop through each individual character. That's what it's for.
>>26
Someone could make an I/O library (not stdio compatible) that does this for text files, but binary files need the ability to store any character, including the control characters.
Name:
Anonymous2012-09-27 20:31
>>23
Just because a server uses a 64-bit CPU and OS doesn't mean its users do. Many people still use old CPUs with 32-bit bus widths, and thus still use 32-bit OSes and require 32-bit game clients.