Sunday, June 26, 2016

Convert a binary number from 0 - 16 to a char (HexaDecimal binary string to a char)

June 26, 2016

Get a char from a binary number with 4 bits: 1111, return F; 1000, return 8
https://gist.github.com/jianminchen/fbea867f130b7d84e44085eab3671883

No comments:

Post a Comment