Post #2104137
2026-03-31 16:40 UTC
@dtl @bellinghman @simontatham AFAIK there's no way to express 0 as a decimal literal
Hex 0x0
Binary 0b0
Octal 0
But no decimal literal representation
https://en.cppreference.com/w/cpp/language/integer_literal.html
Replies (1)
-
@dtl@8bitorbust.info 2026-03-31 17:07
@schmerg @bellinghman @simontatham I feel that's something I have known at one time. New to me today however.