Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[C][help request] variable with typestruct
#4
The question was:

Code:
int f_mov(char uno, char dos, int op, int pid)
{
    if(oneop(op) || op == O_NULL)
        return ERROR;
        /*Here, i want to do something like:
        est[pid].[uno]=est[pid].[dos];
        or something to avoid a lot of comparisions*/
    return OK;
}

But i solved it with a two dimension array Smile

Thanks anyway for the replies!
Reply


Messages In This Thread
RE: [C][help request] variable with typestruct - by suricata - 10-08-2009, 07:40 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)