Sgt_choke_n_stroke@lemmy.world to Programmer Humor · 2 years agoThe temptation is always therelemmy.worldimagemessage-square102linkfedilinkarrow-up11.15Karrow-down142
arrow-up11.11Karrow-down1imageThe temptation is always therelemmy.worldSgt_choke_n_stroke@lemmy.world to Programmer Humor · 2 years agomessage-square102linkfedilink
minus-squareEufalconimorph@discuss.tchncs.delinkfedilinkarrow-up3·edit-22 years agoint const golden = 1.618; int* non_constant = (int*)&golden; golden = 1.61803399; Casts are totally not a danger that should require a comment explaining safety…
int const golden = 1.618; int* non_constant = (int*)&golden; golden = 1.61803399;
Casts are totally not a danger that should require a comment explaining safety…