Compilers, bit operations, and data alignmentThanks everyone for the info. It was helpful. One last question though for salem c and dhayden (re...
Compilers, bit operations, and data alignment[quote]If so, I also assume it builds in the bitwise operations necessary to convert the alignment[/...
Compilers, bit operations, and data alignmentLets say I have some struct compiled for a 64 bit processor: [code]struct MyStruct { __uint32 d1; ...
CRTP "interface" for delete operator?@dhayden [quote]and yet, you think you can write a better general purpose memory manager than what ...
CRTP "interface" for delete operator?Thanks mbozzi. That was the issue. I find it strange that a keyword needs a header (even if techni...