Search:

Type: Posts; User: hegdeshashi

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,298

    structure database..?

    one more problem....
    I am having
    structure clientinfo
    {
    char clientip[32];
    char spi;
    };


    I am running multi-client server program...
  2. Replies
    4
    Views
    2,130

    then how can I get correct values?

    then how can I get correct values?
  3. Replies
    4
    Views
    2,130

    structure ...solution plz????

    Hi ,

    I am having a structure,
    structure mine{
    char SPI[6];
    char authvalue[16];
    int client;
    };

    Here I am putting the values for auth,SPI & client.
  4. Replies
    1
    Views
    1,491

    client -server problem

    Hey,

    I am running cleint-server program in a single machine.

    ./server 90 in one cmd prompt.
    ./client in another one... here it is giving error 'no host port' If I enter some no.90...same...
Results 1 to 4 of 4