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

web archive

[Malcolm X] "At the Audubon" (1964) http://teachingamericanhistory.org/library/index.asp?document=1149 (via http://teachingamericanhistory.org/library/index.asp?subcategory=61)

はじめての C

[Learning GNU C] 4.5. for for は while と 似ていて その書き方が 異なる。 for 命令文は 数を 並べるような リストでの 処理に よく 使われる。 Example 4-4. for_ten.c #include <stdio.h>int main() { int i; /* 0 から 9 までの 数を 表示 */ for (i = 0; i pri</stdio.h>…