From: David Vallner Date: 2006-02-22T04:21:16+09:00 Subject: Re: Blocks / Closures On a completely unrelated note: Dňa Utorok 21 Február 2006 18:08 Mike Harris napísal: > BOOL Widget::IsAvailableForPurchase() > { > BOOL result = FALSE; > if ( !IsBeing Repaired && /* some other conditions */ ) > { > // some code goes in here that sets result > } > return result; > } > People STILL don't use C++98 bools? Or is that the gods know why still popular VS6.0 compiler rearing its ugly head, again? David Vallner Inane as usual