寝ながら覚えるC言語
事前準備
sudo apt-get install build-essential
各プログラミング言語でやってみるべきこと
Hello World
https://github.com/yuiseki/study-c/blob/master/hello.c
文字列
https://github.com/yuiseki/study-c/blob/master/str.c
変数ポインタ
数値
https://github.com/yuiseki/study-c/blob/master/num.c
日時
https://github.com/yuiseki/study-c/blob/master/date.c
ディレクトリ
ファイル
socket
コマンドライン引数
標準入出力