T
Tricky
Guest
Is there a way of expressing integer literals in anything other than
decimal, without doing overly complicated type conversions?
decimal, without doing overly complicated type conversions?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Here are a few ways to express the number 16Is there a way of expressing integer literals in anything other than
decimal, without doing overly complicated type conversions?
KJ is correct. I might add that the radix is always expressed inOn Mar 28, 11:42 am, Tricky <Trickyh...@gmail.com> wrote:
Is there a way of expressing integer literals in anything other than
decimal, without doing overly complicated type conversions?
Here are a few ways to express the number 16
16#10#
2#10000#
The number before the first # is the radix that you're using, the
numbers between the two ## is the number you're trying to represent.
KJ
Not to mention impossible to implement... think about it...It would be rather confusing (but simple to write!) to have
the radix expressed in the same base as the number (always "10")
That's what I meant by '(always "10")'Andy wrote:
It would be rather confusing (but simple to write!) to have
the radix expressed in the same base as the number (always "10")
Not to mention impossible to implement... think about it...
Regards,
--
Mark McDougall, Engineer
Virtual Logic Pty Ltd, <http://www.vl.com.au
21-25 King St, Rockdale, 2216
Ph: +612-9599-3255 Fax: +612-9599-3266