Re: Idioms research (Just for fun)
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Sun, 5 Nov 2006 08:18:14 -0500
"Alex Blekhman" <xfkt@xxxxxxxxx> wrote in message
news:%23jQFC$MAHHA.3928@xxxxxxxxxxxxxxxxxxxxxxx
What is it, compiler idioms?
Patterns? (as the term was coined by the GoF)
Or perhaps wriring something like
x = expression;
if ( x != 0 )
{
}
this way
if ( x = expression )
{
}
Regards,
Will
.
- References:
- Idioms research (Just for fun)
- From: Jacky Luk
- Re: Idioms research (Just for fun)
- From: Alex Blekhman
- Re: Idioms research (Just for fun)
- From: Jacky Luk
- Re: Idioms research (Just for fun)
- From: Alex Blekhman
- Idioms research (Just for fun)
- Prev by Date: Re: Which STL should I use?
- Next by Date: Re: Which STL should I use?
- Previous by thread: Re: Idioms research (Just for fun)
- Next by thread: Unusual (to me) local variable corruption problem
- Index(es):
Loading