問題如題目#include char* byte2bstr(char ch){char temp[10];int z;for( int z=0;;z++){temp[z]=ch%2;ch=ch/2 ...
tw.knowledge.yahoo.com