Login Page - Create Account

Support Board


Date/Time: Sun, 09 Mar 2025 13:49:37 +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.