RE: [GD-General] The joy of type aliasing and C
Brought to you by:
vexxed72
From: Simon O'C. <si...@sc...> - 2004-01-04 18:03:22
|
There's some interesting discussion about VC++ standards compliance = here: http://msdn.microsoft.com/chats/vstudio/vstudio_022703.asp=20 "Q: Follow-up on the C99 "varargs" question, what, if anything, from C99 will we see in the future from VC A: In general, we have seen little demand for many C99 features. Some features have more demand than others, and we will consider them in = future releases provided they are compatible with C++. It is more likely we'll entertain C99 features if they are picked up in the next version of the = C++ standard." http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/vccore= /html /vcrefwhatsnewlibrariesvisualc70.asp "Because the timing of the release of C99, this version of Visual C++ is = not conformant with that standard."=20 There aren't many other references to C99 compliance on MSDN, so they = aren't even really claiming partial conformance. Probably have to wait for = Whidbey for stdint.h and inttypes.h. > -----Original Message----- > From: gam...@li...=20 > [mailto:gam...@li...] On=20 > Behalf Of Brian Hook > Sent: 04 January 2004 17:31 > To: gam...@li... > Subject: Re: [GD-General] The joy of type aliasing and C >=20 > > Erm, are you sure about that?=20 >=20 > Nope, but my assumption has been that any compiler released=20 > since 2000 on should have those, since it's not exactly=20 > difficulty technology to produce. >=20 > I know that GCC definitely has it, and I'm assuming=20 > CodeWarrior as well. I'd be flatout flabbergasted if they=20 > didn't have it in MSVC 7.x, but then again...I guess I wouldn't. =3D) >=20 > I don't blame a compiler vendor for being slow to implement=20 > some of the more radical features, like variable length=20 > arrays, variable argument macros, __func__, etc. but stdint.h=20 > and inttypes.h are trivial to implement. >=20 > Brian >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign=20 > up for IBM's Free Linux Tutorials. Learn everything from the=20 > bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371&op=3Dick > _______________________________________________ > Gamedevlists-general mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-general > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_idU7 >=20 > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.552 / Virus Database: 344 - Release Date: 15/12/2003 > =20 >=20 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.552 / Virus Database: 344 - Release Date: 15/12/2003 =20 |