Thread: Trying to send data over a network

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    1

    Trying to send data over a network

    Hi all,
    Just a quick question I was wondering if anyone might have an answer to. I am relativly new to C++ programming and trying to create a chat program, however I am uncertain on how to send a datastream over an internal network. I was wondering if this was possible in C++, and if it is if anyone knows any good books/tutorials on how to help accomplish this task.

    Thanks,
    CV

  2. #2
    Registered User The Dog's Avatar
    Join Date
    May 2002
    Location
    Cape Town
    Posts
    788
    Read up about the rs232 protocol for serial communication.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. maximum data (bytes) send via socket ???
    By tritong in forum C Programming
    Replies: 6
    Last Post: 09-19-2006, 05:38 AM
  2. [question]Analyzing data in a two-dimensional array
    By burbose in forum C Programming
    Replies: 2
    Last Post: 06-13-2005, 07:31 AM
  3. Program Crashing
    By Pressure in forum C Programming
    Replies: 3
    Last Post: 04-18-2005, 10:28 PM
  4. pointers
    By InvariantLoop in forum C Programming
    Replies: 13
    Last Post: 02-04-2005, 09:32 AM
  5. C Programming Question
    By TK in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 07-04-2002, 07:11 PM