Microsoft
Software
Hardware
Network
Question : Can pointers be right shifted and have bitwise AND performed on them?
I don't think following experssions are allowed:
some_pointer >> 8
some_pointer & 0x00FF
Please confirm that pointers cannot be right shifted and bitwise ANded.
Answer : Can pointers be right shifted and have bitwise AND performed on them?
Hi naseeam,
I don't know why you'd want to shift a pointer, but you can if you recast it to an integer type.
void *ptr
ptr = some_value ();
ptr = (void*) (((int)ptr) >> 8);
Kent
Random Solutions
Outlook/Exchange Issue with Emails not showing
Is BO XI and BO edge BI 3.1 the same product?
exiting users from database
Preparing email output in PHP script
MAGENTO ENTERPRISE: Need to make static link in category menu (always display throughout layers)
Set site as read only to everyone
How to generate PDF open with new window ?
Checkpoint VPN Site to Site Issue - encryption failure: Unknown SPI: 0xb41565ee for IPsec packet.
SCCM Task Sequence Runas
Need to Create A Form With 2 Actions.