In Dev C++ I see than no checking is performed if you use elements beyond array dimension.
Is this safe? Is there any setting of compiler to perform checking
and stop execution in case of use the index array beyond its range?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In Dev C++ I see than no checking is performed if you use elements beyond array dimension.
Is this safe? Is there any setting of compiler to perform checking
and stop execution in case of use the index array beyond its range?