文件名称:MasterMind:用C语言编写的Master Mind控制台游戏
文件大小:747KB
文件格式:ZIP
更新时间:2024-04-28 12:27:41
C
万事达卡 用C语言编写的Master Mind控制台游戏 指示 编译命令 制作 它将编译为: gcc -c -o mastermind_functions.o mastermind_functions.c -Wall -Wextra -Werror gcc -c -o mastermind_data_struct.o mastermind_data_struct.c -Wall -Wextra -Werror gcc -c -o mastermind.o mastermind.c -Wall -Wextra- Werror gcc -o mastermind mastermind_functions.o mastermind_data_struct.o mastermind.o -Wall -Wextra -Werror 清理命令 弄干净 它将清理目标文件(.o)和可执行程序a(mas
【文件预览】:
MasterMind-main
----README.md(899B)
----LICENSE(1KB)
----mastermind_functions.c(11KB)
----mastermind.c(5KB)
----Relazione_Progetto_C.pdf(837KB)
----mastermind_data_struct.c(2KB)
----Makefile(456B)
----mastermind.h(2KB)