Advertisement

Simplest C++ Method - Text Chat

Started by November 23, 2002 11:24 AM
2 comments, last by Drew648 22 years, 2 months ago
Hi, I''m new to C++. I''ve also never done any network programming before. So, I''m looking for the easiest way to make something like a text chat console program for use over the Internet. I''m open to anything, but I''m opting for simplicity and things that are easiest for me to understand as a newbie to C++ and network programming. Thanks! DREW 648.ontheweb.com/games drew.ontheweb.com
Ask a specific question.

Kuphryn
Advertisement
www.libsdl.org Download it, and then go to the libraries page, look for SDL_net, download it too. Also download their manuals.
Then, RTFM, and start programming
You might find this Webmonkey article useful. It's not even remotely in C++, but it poses some design methodology that might be helpful.

RapscallionGL - arriving soon.

[edited by - johnnie2 on November 24, 2002 4:33:16 PM]
________________________________________________"Optimal decisions, once made, do not need to be changed." - Robert Sedgewick, Algorithms in C

This topic is closed to new replies.

Advertisement