📄 p1-39.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: p1-39 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\majunli\LOCALS~1\Temp\RSP22.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/p1-39.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\专业学习\c++应用编程200例\C++应用编程200例\C++应用编程200例\cp1\p1-39.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\majunli\LOCALS~1\Temp\RSP22.tmp"
Creating temporary file "C:\DOCUME~1\majunli\LOCALS~1\Temp\RSP23.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/p1-39.pdb" /debug /machine:I386 /out:"Debug/p1-39.exe" /pdbtype:sept
".\Debug\p1-39.obj"
]
Creating command line "link.exe @C:\DOCUME~1\majunli\LOCALS~1\Temp\RSP23.tmp"
<h3>Output Window</h3>
Compiling...
p1-39.cpp
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(1) : error C2019: expected preprocessor directive, found '#'
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(10) : error C2065: 'cout' : undeclared identifier
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(10) : error C2297: '<<' : illegal, right operand has type 'char [3]'
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(11) : error C2065: 'cin' : undeclared identifier
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(11) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(15) : error C2065: 'endl' : undeclared identifier
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(15) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(19) : error C2297: '<<' : illegal, right operand has type 'char [3]'
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(20) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(24) : error C2297: '<<' : illegal, right operand has type 'char [5]'
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(31) : error C2297: '<<' : illegal, right operand has type 'char [5]'
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(33) : error C2297: '<<' : illegal, right operand has type 'char [5]'
d:\专业学习\c++应用编程200例\c++应用编程200例\c++应用编程200例\cp1\p1-39.cpp(34) : warning C4508: 'main' : function should return a value; 'void' return type assumed
Error executing cl.exe.
<h3>Results</h3>
p1-39.exe - 9 error(s), 4 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -