2007-08-06から1日間の記事一覧

 printfの書式文字列

C++

%c 文字 %d 整数(符号付き10進法) %o 整数(符号なし8進法) %x 整数(符号なし16進法) %f 浮動小数点数 %p ポインタ %s 文字列 \n 改行