Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 12:10:39 +0000



Post From: [ACSIL] - Get current position data

[2023-04-14 04:28:47]
User431178 - Posts: 777
%d is not correct for double, use %f.
Both %d and %i are for integers.

https://cplusplus.com/reference/cstdio/printf/