Login Page - Create Account

Support Board


Date/Time: Sun, 21 Sep 2025 05:48:36 +0000



Post From: [ACSIL] - Get current position data

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

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