Search:

Type: Posts; User: cricket

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    3,451

    and it still doesn't matter as it wasn't the...

    and it still doesn't matter as it wasn't the question. the question was concerning dereferencing which is C.
  2. Replies
    8
    Views
    3,451

    my code was actually correct. I was doing a 'duh'...

    my code was actually correct. I was doing a 'duh' on my build. it was actually my build that wasn't correct.
  3. Replies
    8
    Views
    3,451

    :: is not the issue and works fine. The value in...

    :: is not the issue and works fine. The value in date1 is an address as I have passed by reference. Using the debugger I looked at the value in the storage location at the address in date1, it does...
  4. Replies
    8
    Views
    3,451

    dereferencing a void pointer

    I wrote the following routine to put an address into reg.r7 and then realized I needed not the address in reg.r7 but the value pointed to by the address. I'm trying to derefence this address but I'm...
Results 1 to 4 of 4