11-10-2022, 09:39 PM
(This post was last modified: 11-10-2022, 09:40 PM by SpriggsySpriggs.)
It's really not a big deal at all. If it works then that's what really matters. Something being signed vs unsigned is a pretty small thing. I think the only time it really makes a difference is when it comes to the sizes not matching; like passing a long into a byte. Personally, I'd love to someday have the Win32 data types as underscore variable types in QB64. Like _WORD, _DWORD, _QWORD, etc.
Ask me about Windows API and maybe some Linux stuff