Hi:
I had a question on how to use:
int Read(char *buffer, int size, OpenFileId id);
void Write(char *buffer, int size, OpenFileId id);
This is for a client that is connected to a network host server and it is for a chatting program. If someone could direct me to a site with good examples, I would appreciate that. Every site I have looked up only tells me what it does and what the parameters are, but they are very brief, and summed up explanations. I was hoping I could look at some examples or something that would tell me in detail what each argument is and how I can relate it to the variables I possess. Thanks.