the code:
int32_t v93 = -2147483648;
the error message:
"unary minus operator applied to unsigned type, result still unsigned"
=> More informations about this toot | More toots from typeswitch@gamedev.lgbt
what do I do? what is the blessed way of writing an integer literal with the value of INT32_MIN? (without creating a special case for INT32_MIN)
=> More informations about this toot | More toots from typeswitch@gamedev.lgbt
@typeswitch suffix it?
=> More informations about this toot | More toots from dysfun@treehouse.systems
@dysfun is there a macro for picking out the correct suffix for fixed-size integer types? 🤔
=> More informations about this toot | More toots from typeswitch@gamedev.lgbt
@typeswitch shrug i doubt it. but you can use a long and let it truncate?
=> More informations about this toot | More toots from dysfun@treehouse.systems
text/gemini
This content has been proxied by September (3851b).