Thread: Chat

  1. #1
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469

    Chat

    How would I make a chat program? I just want to ppl. I also want to be able to know when the other person is on.

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Think sockets.

    -Prelude
    My best code is written with the delete key.

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    10
    im working on one right now using winsock...

    just search winsock tutorial on google..

    the hardest part with it is opening the connection between the two.. passing data is easy after there are connected

  4. #4
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469
    Yes I know sockets....
    But how would I send the info both ways?

  5. #5
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469
    oh yea... Is there a way to do it in console? I could do it in windows, but I want it asap.

  6. #6
    Registered User
    Join Date
    Feb 2002
    Posts
    10
    again.. winsock works in console apps..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Requesting Java Chat Client Maintenence
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 04-02-2003, 01:57 PM
  2. You like Classic AGI/SCI Games??, Try the Chat!!
    By Perica in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 02-05-2003, 11:05 PM
  3. Chat server/client trial -- anyone interested?
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 01-23-2003, 10:47 PM
  4. SO close to finishing chat program...!
    By Nakeerb in forum C++ Programming
    Replies: 13
    Last Post: 10-26-2002, 12:24 PM
  5. Rough Portable Chat Design Sketch
    By ggs in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-27-2001, 07:44 AM