Portable lightweight C++ sockets wrapper

前端 未结 9 2119
隐瞒了意图╮
隐瞒了意图╮ 2020-12-31 01:58

I really thought this would be easier to find...

I need a portable c++ sockets wrapper. I\'m planning to use it for a windows server application and a client that w

9条回答
  •  失恋的感觉
    2020-12-31 02:20

    I know this is old, but there is a very nice and simple implementation in below location which I'm using for personal use. Had implemented my own wrapper a while back but lost the code and found this one online which is much better than mine:

    http://cs.ecs.baylor.edu/~donahoo/practical/CSockets/practical/

提交回复
热议问题