Login Page - Create Account

Support Board


Date/Time: Thu, 03 Jul 2025 19:39:46 +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 ;