B
Bill Cunningham
I would like to check the sizeof size_t. Anyone have a suggestion?
Bill
Bill
sizeof(size_t)?Bill said:I would like to check the sizeof size_t. Anyone have a suggestion?
Bill Cunningham said:I would like to check the sizeof size_t. Anyone have a suggestion?
It would have to be that obvious ok thanks.Ian Collins said:sizeof(size_t)?
Bill said:I would like to check the sizeof size_t. Anyone have a suggestion?
MisterE said:its a typedef so why can't you just do sizeof(size-t)
It would have to be that obvious ok thanks.
Bill
unless the variable 'size' and 't' are declared, the type of their
difference is not very well defined, is it?
Bill said:I would like to check the sizeof size_t. Anyone have a suggestion?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.