Sgt_choke_n_stroke@lemmy.world to Programmer Humor@programming.dev · 2 年前The temptation is always therelemmy.worldimagemessage-square101linkfedilinkarrow-up11.12Karrow-down139
arrow-up11.08Karrow-down1imageThe temptation is always therelemmy.worldSgt_choke_n_stroke@lemmy.world to Programmer Humor@programming.dev · 2 年前message-square101linkfedilink
minus-squareEufalconimorphlinkfedilinkarrow-up3·2 年前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…