ahmed osama
Full Member level 6
- Joined
- Jul 18, 2004
- Messages
- 352
- Helped
- 2
- Reputation
- 4
- Reaction score
- 0
- Trophy points
- 1,296
- Location
- Cairo, Egypt, Egypt
- Activity points
- 2,652
Dear All
how can i get the size of a function (its code size in the memory in bytes) from its pointer (its function pointer)
function like
double add (double , double)
i tried sizeof by many ways and no result
any tips
thanks all
bye
how can i get the size of a function (its code size in the memory in bytes) from its pointer (its function pointer)
function like
double add (double , double)
i tried sizeof by many ways and no result
any tips
thanks all
bye