Daily Archives: 2008年1月13日

10進数を2進数に変換表示するC言語プログラム

ソースコード // filename: dtob.c // convert decimal to binary #include <stdio.h> const int BitSize = sizeof(in … Continue reading

Posted in C/C++ | Tagged , , | Leave a comment