If I have a MFC program that opens a socket connection, how would I test to see if the socket has succesfully opened or not?
atrusmre 0 Junior Poster in Training
Recommended Answers
Jump to PostIf I have a MFC program that opens a socket connection, how would I test to see if the socket has succesfully opened or not?
almost any function in the winsock api returns the value SOCKET_ERROR in the event of failure. you only have to check this for errors. if …
All 4 Replies
WolfPack 491 Posting Virtuoso Team Colleague
atrusmre 0 Junior Poster in Training
WolfPack 491 Posting Virtuoso Team Colleague
atrusmre 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.