Re: [GD-General] The joy of type aliasing and C
Brought to you by:
vexxed72
From: Alen L. <ale...@cr...> - 2004-01-03 08:57:10
|
Whoops, pardon my ignorance! This sounds like a good news. Which compilers support those? Alen ----- Original Message ----- From: "Brian Hook" <ho...@py...> To: <gam...@li...> Sent: Wednesday, December 31, 2003 5:51 PM Subject: Re: [GD-General] The joy of type aliasing and C > but for sanity sake, standards could just add int16, int32 etc. and > get over with the mess. Am I wrong? They already have. As of C99, there's <stdint.h> and <inttypes.h> which had a host of types, including int16_t, uint32_t, etc. There are also "fast" versions that are "at least this size, but may be larger", and constant macros for 64-bit values. Brian ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click _______________________________________________ Gamedevlists-general mailing list Gam...@li... https://lists.sourceforge.net/lists/listinfo/gamedevlists-general Archives: http://sourceforge.net/mailarchive/forum.php?forum_idU7 |