Skip to content
#

dragon

Here are 89 public repositories matching this topic...

Deek
Deek commented May 9, 2020

CC09 barfs on explicitly unsigned numbers. If you assign to an unsigned variable a hex-notated value with the highest order bit set, or a negative number, the code will indeed treat it as unsigned as far as I know, but there's no way for a raw number's signedness to be denoted. C89+ use a U notation, just like the L notation for a "long" number.

We may be able to get away with just eating the U

Improve this page

Add a description, image, and links to the dragon topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dragon topic, visit your repo's landing page and select "manage topics."

Learn more