decimal to binary
Infiltrator
Infiltrator at d.irc
Mon Jun 10 02:59:55 PDT 2013
On Monday, 10 June 2013 at 09:46:42 UTC, snow wrote:
> Hello,
> I searched a lot in the docs and search, but couldn't find
> anything so far. Is there a funtion, which converts my decimal
> number into a binary?
http://dlang.org/phobos/std_string.html#.format with format
string "%b".
Or if you're printing, you can go straight with
http://dlang.org/phobos/std_stdio.html#.writef.
More information about the Digitalmars-d-learn
mailing list