Thread: Looking for a good C++ TCP/IP tutorial.

  1. #1
    OmegaFirebolt
    Guest

    Looking for a good C++ TCP/IP tutorial.

    Like the Subject says, I'm looking for a good TCP/IP tutorial for C++ that will show me what commands to use and in what order, what includes to use, and what each command does so I don't get too confused in the use of them.

    What I need it to learn how to setup a program that will use a certain TCP port and IP address that the user can specify in a file and then have the program send and receive text strings through that port.

    Anyone know where such a tutorial is on the net or write a small program that would do the above with commenting what the functions are doing and what variable types can be sent through them?

    I would appeciate either very much.

  2. #2

  3. #3
    OmegaFirebolt
    Guest
    Thanks for the quick reply. Already found a lot of links using those. Thanks again.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. In a game Engine...
    By Shamino in forum Game Programming
    Replies: 28
    Last Post: 02-19-2006, 11:30 AM
  2. A good linked list tutorial, and some other tuts
    By frenchfry164 in forum C++ Programming
    Replies: 1
    Last Post: 11-20-2002, 09:58 PM
  3. Good OpenGL tutorial
    By Yoshi in forum C++ Programming
    Replies: 3
    Last Post: 11-12-2002, 07:20 PM
  4. Tutorial any good?
    By Anthony172 in forum C++ Programming
    Replies: 10
    Last Post: 10-22-2002, 01:32 PM
  5. Is there a good tutorial for Windows programming??
    By BubbleMan in forum Windows Programming
    Replies: 3
    Last Post: 08-16-2001, 03:49 PM