So I have a problem that I can not figure out. I am writing some code in C. I kept winding up with issues where reading from the network would seemly randomly work.
on windows, is there any other option when programming network communication then using Winsock? There are many soc开发者_开发技巧ket libraries for c++, are they all just winsock based?You can conside
Hi i am writing a socket client/server application in VB6. i have the following code Private Sub sockMain_ConnectionRequest(ByVal requestID As Long)
I am writing an application in C for linux, which uses 2 separate third-party libraries. Both libraries are asynchronous and use select(). They also provide an API which returns the file descriptors t
Today I was playing 开发者_如何学CModern Warfare 2.I was hosting ground war.There were something like 20 people playing. A notoroius blatant hacker joined.I wanted to get rid of him.My idea was to sta
I want to write a dummy printer driver which appears as a shared printer on a LAN and can accept print jobs; so when its installed on a computer other computers in the LAN can browse and add it as a u
I developed an application through which client can upload and download files to server. Now, I want to allocate the complete bandwidth of client when he upload or download files through my applicatio
I would appreciate any advice from experience from the community regarding the following challenge I\'ve given mysel开发者_JAVA百科f - i.e. any pointers re best approach / direction here?
Hello I am new to CGI programming in C. What I\'m looking to do is, per the title, print things dynamically.For instance, consider this code that prints out a bunch of numbers:
I am downloading XML to populate an array used to build UITableView. Until I\'m informed otherwise, I believe I have to completely download the array before I can display it in the table (also it\'s t