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

📄 calculator.plg

📁 本程序是用VC++ 开发的计算器
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Calculator - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\WANGJI~1.PRI\LOCALS~1\Temp\RSPD1.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Calculator.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\电子资料\实例1\Calculator\Calculator\Calculator.cpp"
"E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\WANGJI~1.PRI\LOCALS~1\Temp\RSPD1.tmp" 
Creating temporary file "D:\DOCUME~1\WANGJI~1.PRI\LOCALS~1\Temp\RSPD2.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Calculator.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\电子资料\实例1\Calculator\Calculator\StdAfx.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\WANGJI~1.PRI\LOCALS~1\Temp\RSPD2.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Calculator.pdb" /debug /machine:I386 /out:"Debug/Calculator.exe" /pdbtype:sept  ".\Debug\Calculator.obj" ".\Debug\CalculatorDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\Calculator.res" "
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
Calculator.cpp
CalculatorDlg.cpp
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(77) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(248) : warning C4305: '*=' : truncation from 'const double' to 'float'
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(281) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(433) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(527) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(529) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(531) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(533) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(535) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(537) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(539) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(541) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(547) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
E:\电子资料\实例1\Calculator\Calculator\CalculatorDlg.cpp(561) : warning C4305: '=' : truncation from 'const double' to 'float'
Generating Code...
Linking...



<h3>Results</h3>
Calculator.exe - 0 error(s), 14 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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