Comment on The temptation is always there

<- View Parent
Eufalconimorph@discuss.tchncs.de ⁨1⁩ ⁨year⁩ ago
int const golden = 1.618;
int* non_constant = (int*)&amp;golden;
golden = 1.61803399;

Casts are totally not a danger that should require a comment explaining safety…

source
Sort:hotnewtop