⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 C++ class and storage
💻
字号:
Driver: Driver.o studentRecord.o Record.o DB.o	g++ Driver.cc studentRecord.cc Reocrd.cc DB.cc -o DriverDriver.o:	Driver.cc studentRecord.h DB.h Record.h	g++ -c Driver.cc -gstudentRecord.o:	studentRecord.cc studentRecord.h	g++ -c studentRecord.cc -gRecord.o:	Record.cc Record.h studentRecord.h	g++ -c Record.cc -gDB.o:	DB.cc DB.h Record.h studentRecord.h	g++ -c DB.cc -g

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -