Quote Originally Posted by chronozphere
Const with integers doesn't change the code generated. Wink
Hmmm... alway's thought it would speed things up... does it do so when using other types :? ?
When using const in parameters the function does not copy the parameter data to a local variable on the function, it actually works as a pointer to the original parameter data (or something like that)