fl42v@lemmy.ml to Programmer Humor@programming.dev · 2 years agoYou can certainly change it. But should you?lemmy.mlimagemessage-square18linkfedilinkarrow-up1361arrow-down14
arrow-up1357arrow-down1imageYou can certainly change it. But should you?lemmy.mlfl42v@lemmy.ml to Programmer Humor@programming.dev · 2 years agomessage-square18linkfedilink
minus-squareOmega_Haxors@lemmy.mllinkfedilinkEnglisharrow-up10·edit-22 years agoContext is very interesting: https://stackoverflow.com/questions/4592762/difference-between-const-const-volatile Const flags to the code that you cannot change the value, and volatile flags to the compiler that it’s not safe to change the value.
Context is very interesting: https://stackoverflow.com/questions/4592762/difference-between-const-const-volatile
Const flags to the code that you cannot change the value, and volatile flags to the compiler that it’s not safe to change the value.