?? makefile
字號:
# 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -