Thread: tcp/ip

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    10

    tcp/ip

    anyone want to give me something to learn about tcp/ip with c++ ... i just want to make some simple programms with it... like connecting to an ip... i just somewhere to read some code on it... so someone please send me a link or an example

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    There is no standard for C++ when it comes to sockets. A lot of people use WinSock though. Jonnie's Winsock Tutorial is a good one. Search for it because I seemed to have lost the address. Sorry

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    This is one I recommend, although it's not specific to windows: Beej's Guide (it's not really c++ either, more sockets in general).
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. tcp/ip chat
    By gopal_85 in forum C Programming
    Replies: 12
    Last Post: 12-12-2007, 11:55 PM
  2. help on tcp/ip device communcation..
    By cueball15 in forum Networking/Device Communication
    Replies: 1
    Last Post: 08-30-2005, 11:51 PM
  3. TCP/IP ethernet
    By arian in forum Networking/Device Communication
    Replies: 6
    Last Post: 05-22-2005, 08:05 PM
  4. Looking for a good C++ TCP/IP tutorial.
    By OmegaFirebolt in forum C++ Programming
    Replies: 2
    Last Post: 06-26-2002, 09:47 PM
  5. Tcp/ip
    By tim545666 in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 04-09-2002, 05:14 AM