Thread: Multiple Client Server Programming in C

  1. #1
    Registered User
    Join Date
    Dec 2019
    Posts
    1

    Multiple Client Server Programming in C

    Hey guys, so as it is mentioned in the title i'm making a multiple clients server program, until now, i can send and receive messages between client/server but I'm stuck at how to manipulate the data received from the client, for example i have a function that calculates a thing depending on what the client say, i tried to redirect STDOUT to the socket but I didn't get what I need, so pls if someone have done this kind of things before or have any idea how I can do it, tell me in the comments below !

    Thank you!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > i tried to redirect STDOUT to the socket but I didn't get what I need
    Post your example of what didn't work.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 11-16-2018, 08:30 AM
  2. Help regarding Tcp/ip client server programming in C
    By bhupesh.kec in forum C Programming
    Replies: 4
    Last Post: 03-27-2012, 09:56 AM
  3. Help with client/server programming
    By csmatheng in forum C Programming
    Replies: 3
    Last Post: 10-10-2011, 09:46 AM
  4. Receive multiple data- client- server
    By Micko in forum Networking/Device Communication
    Replies: 7
    Last Post: 08-10-2004, 12:17 PM
  5. Client/Server Programming!!!
    By Silverdream in forum C Programming
    Replies: 4
    Last Post: 03-30-2002, 12:19 AM

Tags for this Thread