User profile: primem0ver

User info
User name:primem0ver
History
Joined:
Number of posts:137
Latest posts:

Compilers, bit operations, and data alignment
Thanks 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 alignment
Lets 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...