You canuse the same libraries in C++ that you use in C, just like you can use the C stdlib functions in C++.
If you look around, you can find classes that wrap the socket api into OO form. But these will call the C api themselves. Carl
You canuse the same libraries in C++ that you use in C, just like you can use the C stdlib functions in C++.
If you look around, you can find classes that wrap the socket api into OO form. But these will call the C api themselves. Carl