📄 makefile
字号:
listDriver: listDriver.o studentRec.o listDB.o listNode.o g++ listDriver.o studentRec.o listDB.o listNode.o -o listDriverlistDriver.o: listDriver.cc studentRec.h listDB.h listNode.h g++ -c listDriver.cc -gstudentRec.o: studentRec.cc studentRec.h g++ -c studentRec.cc -glistNode.o: listNode.cc listNode.h studentRec.h g++ -c listNode.cc -glistDB.o: listDB.cc listDB.h listNode.h studentRec.h g++ -c listDB.cc -garrayDriver: arrayDriver.o studentRec.o arrayDB.o g++ arrayDriver.o studentRec.o arrayDB.o -o arrayDriverarrayDriver.o: arrayDriver.cc studentRec.h arrayDB.h g++ -c arrayDriver.cc arrayDB.o: arrayDB.cc arrayDB.h studentRec.h g++ -c arrayDB.cc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -