Search:

Type: Posts; User: moowy

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,433

    never mind... I solved it (for now :)). tnx for...

    never mind... I solved it (for now :)). tnx for the help
  2. Replies
    8
    Views
    1,433

    I need to implement a function like syscall(int...

    I need to implement a function like syscall(int number) to call a system call from a specified address known by the parameter number. this number is one of the defined in /usr/include/asm-i386/unistd...
  3. Replies
    8
    Views
    1,433

    I wasn't clear enough. I don't know how to...

    I wasn't clear enough. I don't know how to implement an array from which I will call different functions from the address in the array. This array should already be implemented (in c) and i have to...
  4. Replies
    8
    Views
    1,433

    array of pointers to functions

    Hello,

    I must write a programme in which I have to implement a "handler" which will call the apropriate function from a predefined list of function in C/C++, based on the integer which I have...
Results 1 to 4 of 4