I'm going to write simple c++ application, server-client, client-client. I would like to develop server in Java or C++ and client in C++.Since now i haven't got any experiences with networking.
So what C++ and Java library or framework do you recommend to begin with?
I've heard that Java is better that c++ for network applications, is that true?