MultiClient Server
-
Hi everyone Can you give give me a good tutorial about MultiClient-Server programming,maybe codeproject has articles about make it or using google we can find a lot info about it but I want to some good tutorials and ofcourse about programming in MFC? Thanks
-
Hi everyone Can you give give me a good tutorial about MultiClient-Server programming,maybe codeproject has articles about make it or using google we can find a lot info about it but I want to some good tutorials and ofcourse about programming in MFC? Thanks
MFC has the CSocket[^] class which would be of help to you. You might want to take a look at the Client/Server Development[^] section of CP. (Use the filter option to view only C++ articles)
It is a crappy thing, but it's life -^ Carlo Pallini
-
Hi everyone Can you give give me a good tutorial about MultiClient-Server programming,maybe codeproject has articles about make it or using google we can find a lot info about it but I want to some good tutorials and ofcourse about programming in MFC? Thanks
For socket development I recommend taking a look at sockets.com. Back in 94 when I started with socket development it was about the only online resource available. There are many good books, or were, and I imagine they are still available. Multi-Threading is a much larger and more complex subject than socket communications. I recommend the book Advanced Windows. There are many resources on the web also you could start here[^]