Quote Originally Posted by jloundy View Post
2) How do I even use QNetworkAccessManager to send out a string to a server?
Most likely using QNetworkAccessManager::get() or QNetworkAccessManager::post().

And how do I set up my port Number and hostname when using QNetworkAccessManager?
Place them as part of the URL you pass to get() or post().