hello.c #include <stdio.h> int main() { printf("Hello world!\n"); return 0; } $ gcc hello.c $ ./a.out Hello world!
犬にも分かるC++プログラミング Hello world! stdio.h File IO ポインタ make 構造体 C++ クラス Boost template string vector/map iterator