So im going to try and write a simple instant message program using MFC. Basically, Im wondering the concept of how the client server process works. I need to write a server that is its own seperate .exe, then a client which contains the gui and the information to contact the server? Any tips would be helpful, thanks.
LevyDee 2 Posting Whiz in Training
Recommended Answers
Jump to PostDoesn't matter. If you know both concepts it should be easy to combine them.
We're NOT here to hand you everything on a golden platter.
Jump to PostThere are basically two methods of interaction for MFC.
AFXSocket (which is the MFC implementation of winsock2) or socket (C-Style library for winsock2)First you need to set up your method of communication, then choose which type of transmission protocol (TCP/UDP) and finally decide on your application protocol (how …
All 5 Replies
vbx_wx -6 Junior Poster
LevyDee 2 Posting Whiz in Training
jwenting 1,905 duckman Team Colleague
LevyDee 2 Posting Whiz in Training
Ketsuekiame 860 Master Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.