📄 cs.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: cs - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\張正\LOCALS~1\Temp\RSP96.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/cs.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\新建文件夹\cs.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\張正\LOCALS~1\Temp\RSP96.tmp""
Creating temporary file "C:\DOCUME~1\張正\LOCALS~1\Temp\RSP97.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 /nologo /subsystem:console /incremental:yes /pdb:"Debug/cs.pdb" /debug /machine:I386 /out:"Debug/cs.exe" /pdbtype:sept
".\Debug\cs.obj"
]
Creating command line "link.exe @"C:\DOCUME~1\張正\LOCALS~1\Temp\RSP97.tmp""
<h3>Output Window</h3>
Compiling...
cs.cpp
d:\新建文件夹\cs.cpp(85) : error C2018: unknown character '0xa6'
d:\新建文件夹\cs.cpp(85) : error C2018: unknown character '0xcd'
d:\新建文件夹\cs.cpp(86) : error C2065: 'nu' : undeclared identifier
d:\新建文件夹\cs.cpp(153) : error C2668: 'loginNumber' : ambiguous call to overloaded function
d:\新建文件夹\cs.cpp(159) : warning C4305: 'initializing' : truncation from 'const int' to 'char'
d:\新建文件夹\cs.cpp(159) : warning C4309: 'initializing' : truncation of constant value
d:\新建文件夹\cs.cpp(314) : warning C4305: '=' : truncation from 'const int' to 'char'
d:\新建文件夹\cs.cpp(314) : warning C4309: '=' : truncation of constant value
d:\新建文件夹\cs.cpp(318) : error C2676: binary '<' : 'class std::basic_ostream<char,struct std::char_traits<char> >' does not define this operator or a conversion to a type acceptable to the predefined operator
执行 cl.exe 时出错.
<h3>Results</h3>
cs.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -