Questions:
-- Are bitfields allowed?
struct sFOO { int Lo : 16; int Hi : 16; };
-- Can I nest UDTs without making it go nuts?
-- Is there support for macros (even a very limited one would be great)?
[/edit]
-- Arrays?
(they would be syntactic sugar, I know -- but they are handy and help to better conceptualize)
(It is not that I am lazy -- It is that I can not try it from here -- thanks)
-fox
Modifié par the.gray.fox, 19 juin 2011 - 12:54 .