I want to make a very simple c++ instant messenger for lan networks and internet (direct IP connect). I know little about sockets. I searched the internet, but nothing really helped. I would someone to suggest a howto/tutorial/guide. I just want to send and receive messages (in a console window, I'll create the gui later). I want it to be for both Linux and Windows. Thanks in advance!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Checkout Boost.Asio. It's portable, and it's also got an example that implements a simple chat. |
|||||||||||
|
|
check out Boost.ASIO |
|||
|
There's some source code here for a C/S chat application that you could probably use to get started. Mas. |
|||||||||
|
|
Use boost, cross platform, under the link, straight forward example for client-server chat. |
|||
|
|