I am making a simple cross-platform chat program. I am using wXWidgets for a graphical interface that works well, but I need a way to create a socket and create a client server setup. Is there an API that, for example, uses WinSock for Windows, and a native Linux socket and osx?
I am not looking for enhancement as a solution, because I will make it open, and not everyone feels like installing a library with more than 70 MB.
thanks
c ++
jmasterx
source share