blah blah blah is here! blah blah » Close

0
votes
1 answers

Convex Hull

I have to implement graham scan convex hull algorithm in C# .net. http://en.wikipedia.org/wiki/Graham_scan this is the link for the article. Please help. I have no clue how to go about this. thanks.

1
votes
0 answers

socket programming

i want to make a simple application that just accepts data over a socket. the two applications run on the same machine. . the data to be accepted is in bytes and the connection type is "UDP". The only thing the application needs t ...

1
votes
1 answers

accepting data over a port.

I have an application that sends data over a port. I need to accept the data (on the same system ) and then write it in a text file. Now the problem is that I don't know how to go about doing it. I am working on Windows XP. And any platf ...

Feedback