Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 20:41:05 +0000



Post From: using word 'short' not allowed as variable?

[2020-10-01 12:05:09]
User681150 - Posts: 62
i tried using both int16_t and just the word "short". but i get errors

int16_t short ;

test.cpp:233:9:
error: declaration does not declare anything [-fpermissive]
233 | int16_t short ;
| ^~~~~


short ;

test.cpp:233:1:
error: declaration does not declare anything [-fpermissive]
233 | short ;