Login Page - Create Account

Support Board


Date/Time: Fri, 15 May 2026 00:53:10 +0000



Post From: [ACSIL] - Get current position data

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

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