Login Page - Create Account

Support Board


Date/Time: Tue, 16 Sep 2025 07:52:04 +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.