1
C - C++ / Re: [C++] Simple downloader using WinSock
« on: February 24, 2014, 02:36:43 PM »
nice but i have one question. Is there a reason why you have used while instead of do-while?
after using do-while you could be able to remove first recv() call or am i missing something?
after using do-while you could be able to remove first recv() call or am i missing something?