講師 Jason
-+- Project Folder
+-+- Library Folder
| +--- Struct / Function Definitions
+--- Readme File
+--- main.{c,cpp}
+--- Makefile
#include <iostream>
#include <cmath>
#include <string.h>
因為通常被放在程式碼的最上面
所以叫做「標頭檔」
標頭檔內通常包含一些「相關」的型別與函數宣告
student.h
#include "student.h"