How to develop a chat application in which server should run in Linux and Client sholud run in Windows VC++?
Monday, May 24th, 2010 at
00:12
How to develop a chat application in which the server should run in Linux and Client sholud run in Windows VC++
Tagged with: Linux
Filed under: Linux Applications
Like this post? Subscribe to my RSS feed and get loads more!
Just use (Berkeley) sockets – that way it doesn’t matter what OS you are using for client and server – you’ll just be using standard network protocols.