Re: gcc c++ vs. visual c++ info?
Re: gcc c++ vs. visual c++ info?
- Subject: Re: gcc c++ vs. visual c++ info?
- From: Andrew Pinski <email@hidden>
- Date: Thu, 13 Jan 2005 12:34:47 -0500
On Jan 13, 2005, at 12:32 PM, Thomas Dibble wrote:
for ( int i=0;5;i++ )
{
// ...
}
int result = i;
You can get away with this in GCC with -fno-for-scope (yes the
negative).
Thanks,
Andrew Pinski
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden