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 given from the command line.

example: ./program 5 -> will make a system call (a function which is in 5th place in the sys_call_table[])

I was hoping that someone could help me to start, because I don't know how to begin.

tnx