I am currently writing a client/server dll, and what I want to do is be able to send anything over the connection. Such as files, objects, or simple text. Is there a master class that all other data classes are derived from? The closest thing I could find was CObject, but I don't think it...