Dear
My code is quite complex so it is not possible to put it here and explain every thing.
Why generally the values in the some arrays get changed through coding while I have not did that manually?
Any possible reasons?
Regards
When you have an array as a member variable of a class, you can again use the const keyword to mark a member function as non-mutator, so that function cannot modify the array.