1
edit
Changes
→To Do 10
*#: returns a character string holding the bit pattern of val (i.e cout<<bits(0xF7)<<endl, will print 11110111)
*# write the void prnBits(unsigned int val) function (wrote in class) in only one line.
* I tried the first function at http://yun811.blogspot.ca/ Yun Yang's oop344