Sgt_choke_n_stroke@lemmy.world to Programmer Humor@programming.dev · 1 year agoThe temptation is always therelemmy.worldimagemessage-square99fedilinkarrow-up11.12Karrow-down138
arrow-up11.08Karrow-down1imageThe temptation is always therelemmy.worldSgt_choke_n_stroke@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square99fedilink
minus-squareEufalconimorph@discuss.tchncs.delinkfedilinkarrow-up3·edit-21 year 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…