Hi,

I have one question. According to my book it says that placing 'const' in front of the argument of the function generates a compile error if the function attempts to change the arrays' values. Is this only for checking purposes. Coz in some of the functions in my book the 'const' is still used. So i reckon that it's only for checking. Am i right?

thnx