Search:

Type: Posts; User: hampycalc

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    3,484

    RE: client/server shared memory problem

    Hi everyone, I have a problem and I'm really out of my depth with this one.
    Basically I have created a client/server architecture in C for the first time, and after a couple of days, I have finally...
  2. Replies
    5
    Views
    1,841

    Re:

    I don't think that would work would it? Passing the pointer to the array of structures will just be passing a pointer to a pointer which wouldn't transfer the actual data across the network. Correct...
  3. Replies
    5
    Views
    1,841

    array fiddling

    hmmm, right something very odd is going on... i'll post the important part of my code:



    typedef struct enemyType
    {
    char header;
    char playerNo;
    float eyex, eyey, eyez;
    } enemyType;
  4. Replies
    5
    Views
    1,841

    help "wrapping" data types in char array

    Hi, I've been working on a problem of mine, and I'm currently tearing my hair out...... basically what I'm trying to do is implement a simple client / server protocol in C. My problem lies in the...
Results 1 to 4 of 4