Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - imcyber

Pages: [1]
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?

Pages: [1]