Sgt_choke_n_stroke@lemmy.world to Programmer Humor@programming.dev · 1 年前The temptation is always therelemmy.worldimagemessage-square85fedilinkarrow-up11.09K
arrow-up11.09KimageThe temptation is always therelemmy.worldSgt_choke_n_stroke@lemmy.world to Programmer Humor@programming.dev · 1 年前message-square85fedilink
minus-squareEufalconimorph@discuss.tchncs.delinkfedilinkarrow-up3·edit-21 年前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…
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…