Thread: multiplication table server on linux

  1. #1
    Registered User
    Join Date
    Apr 2011
    Posts
    2

    multiplication table server on linux

    hey all. i was aasign to implement a multiplication table server based on input from client.
    here is the exam ple of output.
    server:waiting for connection
    server:receiving connection from ...
    client:4
    server:1*4=4
    server:2*4=8
    server:3*4=12

    and so on

    client:1*4=4
    client:2*4=8
    ...
    and so on


    really had no idea bout this. i had search all over the web but most of the answer was about the table of multiplication. plis somebody help.

  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
    See your other thread - closed.
    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. multiplication table
    By yatesj05 in forum C Programming
    Replies: 7
    Last Post: 04-17-2011, 02:46 AM
  2. C Multiplication Table
    By trueman1991 in forum C Programming
    Replies: 2
    Last Post: 11-11-2009, 07:58 AM
  3. Multiplication table
    By freddyvorhees in forum C++ Programming
    Replies: 6
    Last Post: 08-02-2008, 11:09 AM
  4. multiplication table
    By SpEkTrE in forum C Programming
    Replies: 2
    Last Post: 12-09-2003, 04:46 PM
  5. multiplication table help
    By cprogstudent in forum C++ Programming
    Replies: 2
    Last Post: 04-14-2002, 05:32 PM