Re: Raw Binary into the console

2014-07-11 Thread Ali Çehreli via Digitalmars-d-learn
On 07/11/2014 10:56 PM, Sean Campbell wrote: > How Can I Print Raw Binary Into The Console? Taking a step back, a D program prints to stdout, not console. However, in most cases a D program's output ends up on the console when it is started in a console. So, one can print any byte

Raw Binary into the console

2014-07-11 Thread Sean Campbell via Digitalmars-d-learn
How Can I Print Raw Binary Into The Console? I Have Variable Of Type ubyte which equals 0b011 How Can I Get The Variable To Print Out As 011