Login Page - Create Account

Support Board


Date/Time: Wed, 26 Aug 2026 06:56:40 +0000



Post From: corruption of variables on simple code using standard arrays

[2022-03-01 13:26:27]
1+1=10 - Posts: 270
@User907968


100 is beyond the end of the array, so this is undefined behavior.

Nice catch.