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.
This is a discussion on Chat within the C++ Programming forums, part of the General Programming Boards category; How would I make a chat program? I just want to ppl. I also want to be able to know ...
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.
Think sockets.
-Prelude
My best code is written with the delete key.
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
oh yea... Is there a way to do it in console? I could do it in windows, but I want it asap.
again.. winsock works in console apps..