err...guess this is a simple one for you hardcore c++ guys:
how do you assign the address of a pointer to a another pointer..

like:
short *a, *b, c=2;
a=&c;
b=a;

b now contains the adress to c but I wan't it contain the adress to a...
this drives me maaaaaaaad!!!

peace
/unregistered