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

📄 计算器.plg

📁 VC下的一个小计算器,可实现2,8,16,10进制功能.界面与系统自带的计算器有点类似
💻 PLG
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -