Search:

Type: Posts; User: euphie

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,290

    no =/ like this: memory: -1-2-3-4-5-...

    no =/

    like this:

    memory:
    -1-2-3-4-5-
    [h][e][l][l][o]

    i want to subtract memory address 2 from memory address 1
  2. Replies
    4
    Views
    2,290

    simple pointers question

    Hello, I have two pointers:

    unsigned char *rdata
    and unsigned char *rdata_tail

    rdata_tail will always represent a memory location greater than or equal to rdata

    Let's say the memory that...
Results 1 to 2 of 2