Chat application using C++.

rebha

Distinguished
Feb 3, 2011
1
0
18,510
Hi,

I want to create a P2P chat application using C++.

pliz help me

thanks in Advance
 
maybe you should ask a MOD move this to the Programming Forum under Applications
 
This topic has been moved from the section Toms Network to section Applications by Grumpy9117
 
Either use the .NET framework or read about the WinSock API (if you are using Windows), otherwise - for Linux - read about socket programming. There's plenty of information on the Internet and in books, but it's far too complicated a topic to cover in detail here.