1. 程式人生 > >linux環境下多個檔案編譯

linux環境下多個檔案編譯

1.在編寫C程式時,使用UTF-8格式。
od -tc test.c
winhex,可以開啟檔案儲存方式。

2.編寫H檔案時,需要有#endif
error: unterminated #ifndef:https://blog.csdn.net/lele2426/article/details/12617369

3.編寫makefile時,命令前面加tab
Makefile missing separator. Stop.怎麼解決:https://blog.csdn.net/limanjihe/article/details/52231243