Search:

Type: Posts; User: ryder052

Search: Search took 0.00 seconds.

  1. Well I tested the following: for(p = mem; p

    Well I tested the following:


    for(p = mem; p< &mem[SHMSIZE]); p++) {
    printf("lalala\n");
    }

    also:
  2. Browsing through a Pointer to Array of Structures

    Hello, I'm working on some wacky shared memory using application for Unix.

    Here is the thing, I use shmget and shmat to create and attach a shared memory block, but making it an array of...
Results 1 to 2 of 2