From: kevin lyda (kevin at domain suberic.net)
Date: Tue 13 Apr 1999 - 14:02:33 IST
>Could you answer me a little question...
>if
>int a
>int * b
>a=5
>b=&a
>would *(b) give you 5??
just *b is fine. if it's in an expression and you're worried about
precedence (8b) will do ok.
>basically all I'm asking is how do you express a in terms of b
>a=*b????
kevin
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:07 GMT