Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
c++ socket programming
Name: Vickram Date: July 24, 2002 at 01:31:52 Pacific
Comment:
need for my project to connect pc to pc and trnsfer data
Are you using Win9x/ME. You could just use direct cable connection through the parallel/serial ports. The option is also available on XP but I have yet to figure out how to use it.
0
Response Number 2
Name: scrappy Date: July 24, 2002 at 12:51:22 Pacific
Reply:
I have a good example i found on the web for basic tcp/ip programming. It is in C, instead of c++, but nonetheless a good example and fully function.
Summary: hey all- Just yesterday I THOUGHT I was good at socket programming... I have been trying to write some server software which would listen for incoming connections and then listen for incoming data fr...
Summary: Hey. I'm working on a program in C which will connect to a server on port 21 for FTP, and I'm having some trouble with the actual logging in process. First of all, do I need to have a Stream or D-gr...
Summary: Hi, since I am not a expert programmer, I need a clear explanation for windows socket programming with Visual C++ 6.0. I wanna write a program to close the current open ports with VC6.0. I know how to...