Tous les codes sourcespage 61
C++
11 June, 2014 à 12:15
#221
bool func()
{
if (val1 == val2) return 1;
return 0;
}
ActionScript
11 June, 2014 à 03:15
#173
//--------------------------------------------------------------------------
//
// Notes: Child management
//
//--------------------------------------------------------------------------
/*
Although at the level of a Flash DisplayObjectContainer, all
children are equal, in a Flex Container some children are "more
equal than others". (George Orwell, "Animal Farm")
....
*/