I would personally love to have a set of types that look natural and
clear like in D, i.e. without some crappy prefix d_ or suffix _t
like int32,uint32,...

They are already there:
#include <stdint.h>
int32_t, uint32_t, etc. Sorry but C (and C++ in this case inherits
C stdlib) uses the _t suffix for typedefs.

I know. But _t doesn't look natural. In the end it's a D compiler, so why not introduce some good practice :)
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to