??? 02/23/08 18:38 Read: times |
#151343 - One reason ... and the prolly the original intent Responding to: ???'s previous message |
One reason to use "const" and probably the original intent of the attribute .. is to tell the compiler that some variable is not to be allowed to be changeable in the code sequence by lines of code.
Michael Karas |