runpgms.bat

来自「C++ Primer中文第四版所有配套实例」· Batch 代码 · 共 10 行

BAT
10
字号
echo on 
mainmath < data\mainmath

for %%i in (cfcn_ex.exe conv-enums.exe count-calls.exe enum-match.exe 
	   fact.exe good_printmain.exe inline_shorter.exe 
	   mainret.exe mk_plural.exe pow_main.exe ref-fcn.exe 
	   refret-ex.exe rgcd.exe stl-arr-fcns.exe swapmain1.exe 
	   swapmain2.exe usefcnptr.exe useptrparms.exe useptrswap.exe 
	   vec-parms.exe vecprintmain.exe) do %%i

⌨️ 快捷键说明

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