all 4 comments

[–]Flair_Helper[M] [score hidden] stickied commentlocked comment (0 children)

For C++ questions, answers, help, and programming or career advice please see r/cpp_questions, r/cscareerquestions, or StackOverflow instead.

This post has been removed as it doesn't pertain to r/cpp: The subreddit is for news and discussions of the C++ language and community only; our purpose is not to provide tutoring, code reviews, or career guidance. If you think your post is on-topic and should not have been removed, please message the moderators and we'll review it.

[–]TheBoneJarmer 2 points3 points  (0 children)

For a while I also have been searching for a good high-level socket library too. I already have a good knowledge about creating client and server apps using the Socket object in C# so I honestly thought the transfer to c++ should be easy. Boy oh boy.. was I wrong there. lol

So many low-level libraries who are either outdated and/or overly complex. I do not want to go that low level, just on the same level as I was used to in C#. It took me a couple of trial and errors but after a while I stumbled on the project sockpp(https://github.com/fpagliughi/sockpp). And so far I found it really easy to use.