Thread: Multi user chat over TCP/IP in Visual studio using C

  1. #1
    Registered User
    Join Date
    Mar 2014
    Posts
    30

    Question Multi user chat over TCP/IP in Visual studio using C

    Hi Guys,
    I want to have a multi user chat over TCP/IP. I already have the code for both the server and the client and so far I am able to send messages from the client to the server. Now I want to make it a multi user chat. I am executing the codes using Visual studio's Command prompt(not Windows Command Prompt). I have read somewhere that we have to use select() function. If so can someone elaborate on it.

  2. #2
    Registered User
    Join Date
    Mar 2012
    Location
    the c - side
    Posts
    373
    Google on " c server select" or " c server multiplexing" etc.

  3. #3
    Registered User
    Join Date
    Mar 2014
    Posts
    30
    Quote Originally Posted by gemera View Post
    Google on " c server select" or " c server multiplexing" etc.
    So are you saying that the only change I need to make is in the server code. I have done what you have said and I find nothing about the client code.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual Studio DLL and Visual Basic
    By mathguy in forum C Programming
    Replies: 18
    Last Post: 12-08-2011, 03:55 PM
  2. visual studio user
    By devapp1234 in forum Windows Programming
    Replies: 1
    Last Post: 04-05-2011, 10:29 PM
  3. visual studio 6 and visual studio.net difference
    By gemini_shooter in forum Tech Board
    Replies: 5
    Last Post: 02-04-2006, 01:32 AM
  4. Visual Studio designer deletes my user control
    By bennyandthejets in forum C# Programming
    Replies: 1
    Last Post: 05-06-2005, 07:44 AM
  5. Replies: 1
    Last Post: 05-26-2004, 09:59 AM

Tags for this Thread