Search code examples
c++instant

Simple C++ Instant messenger


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!


Solution

  • Checkout Boost.Asio. It's portable, and it's also got an example that implements a simple chat.