Socket Programming for Windows C/C++

前端 未结 7 512
太阳男子
太阳男子 2021-01-26 03:40

I have write a game on OpenGl, and want to make it a multiplayer game. I\'m working on Windows, but I\'m actually a C#-programmer. Socket programming goes too easy at C#, but at

7条回答
  •  情深已故
    2021-01-26 04:16

    You can take a look a the networking sections of the Poco libraries. They aren't going to necessarily be like C# but they are OOP oriented and insulate you as much as possible from the details of network programming. They are also cross-platform is that is an issue.

    [Obligatory note that you should probably expose yourself to said details at some point.]

提交回复
热议问题