開發平台(Platform): (Ex: Win10, Linux, ...)
Dev C++
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
C
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
自己寫的C code
問題(Question):
#include "c_comp.c"
我main.c 餵入c_comp.c
可是在資料夾路徑是:
aaa/practice/main.c
aaa/Library/c_comp.c
可是我左邊專案都把他設定在同一個子資料夾裡面
請問#include 要怎麼寫?
還是Dev 要怎麼放?
否則都找不到file?
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版,禁止使用圖檔)
補充說明(Supplement):