パソコンの隣ですぐに読める
書籍版苦C
#include <stdio.h>
int main(void)
{
printf("The pen is mightier\n than the sword\n");
return 0;
printf("Time is money\n");
}
#include <stdio.h>
int main(void)
{
printf("Intel\t: Pentium4\n");
printf("AMD\t: Athlon64\n");
return 0;
}
苦しんで覚えるC言語(苦C)は
C言語入門サイトの決定版です。
C言語の基本機能を体系立てて解説しており、
市販書籍と同等以上の完成度です。