|
|
|
|
|
by nemetroid
2807 days ago
|
|
> Treating a pointer as an integer in order to mess with the bits is also a violation. Violation of what exactly? Converting a pointer to an integer, and vice versa, is implementation defined. As long as you're not trying to write implementation-independent code, it's perfectly fine. |
|