How To Ask Questions The Smart Way
Re: How To Ask Questions The Smart Way
Re: Leaving with an advice
Quote:
Originally posted by Mathew Joy
Since I know that the discussion is deviating away from the topic, I'll leave with an advice, you'll never regret following. One of the reasons you didn't get the reply is, you are using winsock at the high level (MFC) and having problem with the low level (raw). People there may not be well aware of how MFC is handling the calls, simply because it is not worth figuring it out. If you want to have good knowledge of the working of winsock and its underlying principles, you simply cannot use general wrapper classes. MFC may have wrapped many apis well, but when it comes to winsock it is no where near the mark. So your option is either use MFC for simple communications or use apis to have control and use it efficiently. Since you are more into the technical side (as I see) pick MFC by the collar and throw it out of your backdoor and I'm sure it'll relieve you from unnecessary backstrain.
When it comes to winsock, (apis ofcourse) always ready to help and learn :)
:thumb:
Well I don't much care about asking questions the smart way. If
I can't figure out what is being asked then I don't answer.
(OK sometimes I answer anyway :D)
But I sure like to read thinhgs like what Matthew Joy posted above. ahh... the CSocket nightmare. How much time has been
wasted by those stinking classes? Just can't get enough of
MFC bashing.