Thread: basic tcp/ip communication

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    1

    basic tcp/ip communication

    I've been programming in Borland C++ for about a year. I was wondering if someone could help me with a networking program through dos. I've heard of people typing on one computer and it showing up on another using serial ports. I'm a complete noob in the subject and would appreciate some help.

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I'm not sure exactly how that's done, but I assume it's done just via a standard network connection. Read up on sockets (the basic building blocks of network communication):
    www.ecst.csuchico.edu/~beej/guide/net/

    DOS by itself could not work with sockets, however I know I've seen a patch that makes it possible. I'll look for it and let you know. Of course, if you're just referring to the Console Window you can pop-up in Windows and not an actual DOS Operating System, then you're fine.

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    www.ecst.csuchico.edu/~beej/guide/net/

    Found it! And it's even targeted at Borland compilers - lucky you. Go ahead and learn how to use sockets (Beej's guide focuses on working in Unix, but it's amazingly similar in other environments), and then take a loot at the above library, or Google for some other options.

    Good luck.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [ANN] New script engine (Basic sintax)
    By MKTMK in forum C++ Programming
    Replies: 1
    Last Post: 11-01-2005, 10:28 AM
  2. what are your thoughts on visual basic?
    By orion- in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 09-22-2005, 04:28 AM
  3. Looking for communication lib
    By BrownB in forum C Programming
    Replies: 3
    Last Post: 04-27-2005, 10:01 AM
  4. tcp/ip communication via console
    By revelation437 in forum C++ Programming
    Replies: 6
    Last Post: 03-14-2003, 01:21 PM