[C] Socket library?

Started by
2 comments, last by Telastyn 16 years, 9 months ago
Hi, I was wondering if any of you guys recommends a certain socket library for client/server connections in C or C++. I was searching the web, but haven't found good ones yet, any recommendations? Decrius
[size="2"]SignatureShuffle: [size="2"]Random signature images on fora
Advertisement
In C or in C++?

Those aren't interchangeable, especially when it comes to libraries.

Also, for what purpose? Any specific protocol? Only sockets?
I'm only known with C...

I want to create a very simple server client connection where I send information to eachother. For instance a string. I was hoping for a good library, else I'll have to through every tutorial :P

Thanks anyways,

Decrius
[size="2"]SignatureShuffle: [size="2"]Random signature images on fora
using bsd sockets isn't terribly complex. Beej's guide should be able to provide you what you'd like.

This topic is closed to new replies.

Advertisement