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

📄 makefile

📁 《C++ Primer》第四版题解及头文件
💻
字号:
# executable files for this directory
OBJECTS = capacity.exe str_print.exe str_assignOps.exe \
	  ctors.exe find_ops.exe stack.exe substr.exe \
	  find-str.exe array_init.exe
	  
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_makefile_template

# one or more files in this directory includes a header
# defined in chapter 9
LOCFILE = -I..\9

⌨️ 快捷键说明

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