I am fairly new to C++ so go easy on me on this one :) If question this is not complex enough for this section please let me know and I'll move it to beginners.
I have some code to create and connect a TCP socket using Windows API (TCP Client). I don't have a server to connect to at the minute but I am able to connect to localhost on a listening port successfully.
Can anyone advise me how to proceed from here, to send data to the server. Some easy to follow steps would be great.
Also, I am told it might be easier to do the whole thing using MFC and CAsynchSocket. Is this true?