📄 function.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Function - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\chenzj\LOCALS~1\Temp\RSP1F.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Function.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\面向对象程序设计\Function\Function.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\chenzj\LOCALS~1\Temp\RSP1F.tmp"
Creating temporary file "C:\DOCUME~1\chenzj\LOCALS~1\Temp\RSP20.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Function.pdb" /debug /machine:I386 /out:"Debug/Function.exe" /pdbtype:sept
".\Debug\Function.obj"
".\Debug\Function1.obj"
]
Creating command line "link.exe @C:\DOCUME~1\chenzj\LOCALS~1\Temp\RSP20.tmp"
<h3>Output Window</h3>
Compiling...
Function.cpp
G:\面向对象程序设计\Function\Function.cpp(18) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
G:\面向对象程序设计\Function\Function.cpp(47) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
G:\面向对象程序设计\Function\Function.cpp(47) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
G:\面向对象程序设计\Function\Function.cpp(146) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
G:\面向对象程序设计\Function\Function.cpp(184) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
G:\面向对象程序设计\Function\Function.cpp(185) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
G:\面向对象程序设计\Function\Function.cpp(191) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
G:\面向对象程序设计\Function\Function.cpp(412) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
g:\面向对象程序设计\function\function.h(5) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
g:\面向对象程序设计\function\function.h(5) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
G:\面向对象程序设计\Function\Function.cpp(469) : warning C4005: 'S' : macro redefinition
G:\面向对象程序设计\Function\Function.cpp(457) : see previous definition of 'S'
G:\面向对象程序设计\Function\Function.cpp(474) : warning C4305: '=' : truncation from 'const double' to 'float'
G:\面向对象程序设计\Function\Function.cpp(475) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Linking...
<h3>Results</h3>
Function.exe - 0 error(s), 13 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -