Post #939497
2026-01-11 13:22 UTC
A useful chart on what type to use for flags in C/C++ depending on your D&D alignment:
Replies (2)
-
@indigoat@infosec.exchange 2026-01-11 20:15
@gynvael your compiler looking at this:
-
@TheMNWolf@furry.engineer 2026-01-13 10:40
@gynvael I don't know about C++ on other platforms, but on Arduino, a boolean IS just an unsigned byte. This offends my sense of efficiency so I usually do bit masks.