Tous les codes sourcespage 61
C++
12 Juin, 2014 à 03:36
#115
retu(rp->p_addr);
sureg();
/*
* (...)
* You are not expected to understand this.
*/
if(rp->p_flag&SSWAP) {
rp->p_flag =& ~SSWAP;
aretu(u.u_ssav);
}
C++
11 Juin, 2014 à 12:15
#221
bool func()
{
if (val1 == val2) return 1;
return 0;
}
ActionScript
11 Juin, 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")
....
*/