I want to make a chat program, but I don't know the code to send and receive text messages from one computer to another computer. If you you any code, please reply to me.
Thank you
This is a discussion on Chat Program within the C++ Programming forums, part of the General Programming Boards category; I want to make a chat program, but I don't know the code to send and receive text messages from ...
I want to make a chat program, but I don't know the code to send and receive text messages from one computer to another computer. If you you any code, please reply to me.
Thank you
If you're doing it for *nix, I can't help ya.
If you're doing it for Windows, go look up Winsock tuts.
-Govtcheez
govtcheez03@hotmail.com
thats for console
because
*no incude of windows.h
*no WinMain
*look at the code structure
Monday - what a way to spend a seventh of your life
I am looking into making a card game that I can play with 4 players over the internet, so to do that I owuld have to do some revisions to that code. Could someone give me a link to a site with good tutorial on it or explain the code?