954,487 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

chat program concept using c++

hi, I want to make a chat program using c++. Can you give me any site where i could find the concepts in building chat program? I will make a chat program similar to YahooMessenger.

squinx22
Junior Poster in Training
68 posts since Mar 2007
Reputation Points: 7
Solved Threads: 2
 

I'd recommend checking out the open-source [search]Gaim[/search] client's code, you will learn a lot by reading other people's source code.

As for chat concept... the concept is fairly simple, it's the implementation that's difficult. You'll definitely want to spend some time learning sockets and other network-programming goodies that you'll need to be able to write such a client from scratch. One of the most popular socket tutorials out there is Beej's:
http://beej.us/guide/bgnet/

Have fun.

John A
Vampirical Lurker
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 

thanx a lot...

squinx22
Junior Poster in Training
68 posts since Mar 2007
Reputation Points: 7
Solved Threads: 2
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You