?? sample.plg
字號(hào):
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: sample - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\WEM143~1\LOCALS~1\Temp\RSP21.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/sample.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\bin\sample8\sample\sample.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\WEM143~1\LOCALS~1\Temp\RSP21.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/sample.pdb" /debug /machine:I386 /out:"Debug/sample.exe" /pdbtype:sept .\Debug\sample.obj .\Debug\sampleDlg.obj .\Debug\StdAfx.obj .\Debug\sample.res "
<h3>Output Window</h3>
Compiling...
sample.cpp
E:\bin\sample8\sample\sample.cpp(214) : warning C4101: 'p' : unreferenced local variable
E:\bin\sample8\sample\sample.cpp(246) : error C2065: 'gotoxy' : undeclared identifier
E:\bin\sample8\sample\sample.cpp(247) : error C2017: illegal escape sequence
E:\bin\sample8\sample\sample.cpp(247) : error C2065: 'xfe' : undeclared identifier
E:\bin\sample8\sample\sample.cpp(254) : error C2228: left of '.dat' must have class/struct/union type
E:\bin\sample8\sample\sample.cpp(254) : error C2065: 'r' : undeclared identifier
E:\bin\sample8\sample\sample.cpp(258) : error C2059: syntax error : '%'
E:\bin\sample8\sample\sample.cpp(258) : error C2017: illegal escape sequence
E:\bin\sample8\sample\sample.cpp(260) : error C2664: 'fgets' : cannot convert parameter 1 from 'unsigned char *' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\bin\sample8\sample\sample.cpp(274) : error C2065: 'clrscr' : undeclared identifier
E:\bin\sample8\sample\sample.cpp(279) : error C2017: illegal escape sequence
E:\bin\sample8\sample\sample.cpp(279) : error C2065: 'xdb' : undeclared identifier
E:\bin\sample8\sample\sample.cpp(280) : error C2660: 'cprintf' : function does not take 0 parameters
E:\bin\sample8\sample\sample.cpp(283) : error C2065: 's' : undeclared identifier
E:\bin\sample8\sample\sample.cpp(285) : error C2065: 'e' : undeclared identifier
Error executing cl.exe.
<h3>Results</h3>
sample.exe - 14 error(s), 1 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -