By atul (26. November 2006, 12:01:34)
Dear all
BinaryWriter has a number of methods that differ only in type.
writeUInt32, writeInt32, writeUInt16 etc..
One C++ idiom is to let the compiler write these versions with template member functions....
Here
(more...)