M
macluvitch
Hello folks,
During developping I've met a problem this is how it looks like
I have an expression like this
(type *)var + 1
Wath heppens is I want to make a pointer to this
sth like ptr = &((type *)var + 1)
I know this is meaningless but I don't have the idea in mind
please could you give a suggestion ?
thanks
During developping I've met a problem this is how it looks like
I have an expression like this
(type *)var + 1
Wath heppens is I want to make a pointer to this
sth like ptr = &((type *)var + 1)
I know this is meaningless but I don't have the idea in mind
please could you give a suggestion ?
thanks