On writing binary
2008-11-05, Peter.I read an interesting tutorial on relatively low level C programming by David Bolton on cplus.about.com. I was especially interested in the implementation of the binary printing of integers.
In the tutorial, David writes the number starting with the right-most (least significant) bit on an internal buffer which is later printed out in reverse order (from [...]
Kategoriserat som C++ | Inga kommentarer »