计算器.plg

来自「VC下的一个小计算器,可实现2,8,16,10进制功能.界面与系统自带的计算器有」· PLG 代码 · 共 41 行

PLG
41
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 计算器 - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\WINNT\TEMP\RSP120.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Fp"Release/计算器.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
"I:\计算器\ColorButton.cpp"
]
Creating command line "cl.exe @D:\WINNT\TEMP\RSP120.tmp" 
Creating temporary file "D:\WINNT\TEMP\RSP121.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/计算器.pdb" /machine:I386 /out:"Release/计算器.exe" 
".\Release\AboutDlg.obj"
".\Release\ColorButton.obj"
".\Release\MyEdit.obj"
".\Release\MyText.obj"
".\Release\StdAfx.obj"
".\Release\Text.obj"
".\Release\计算器.obj"
".\Release\计算器Dlg.obj"
".\Release\计算器.res"
]
Creating command line "link.exe @D:\WINNT\TEMP\RSP121.tmp"
<h3>Output Window</h3>
Compiling...
ColorButton.cpp
Linking...



<h3>Results</h3>
计算器.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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