📄 screen.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SCREEN - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\WSH-ZLJ\LOCALS~1\Temp\RSP6D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/SCREEN.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\c++下载\C++编程实例100篇\实例01\SCREEN.CPP"
]
Creating command line "cl.exe @"C:\DOCUME~1\WSH-ZLJ\LOCALS~1\Temp\RSP6D.tmp""
<h3>Output Window</h3>
Compiling...
SCREEN.CPP
e:\c++下载\c++编程实例100篇\实例01\screen.cpp(27) : error C2065: 'circle' : undeclared identifier
e:\c++下载\c++编程实例100篇\实例01\screen.cpp(28) : warning C4018: '<' : signed/unsigned mismatch
e:\c++下载\c++编程实例100篇\实例01\screen.cpp(34) : warning C4018: '<' : signed/unsigned mismatch
e:\c++下载\c++编程实例100篇\实例01\screen.cpp(37) : error C2065: 'delay' : undeclared identifier
Error executing cl.exe.
<h3>Results</h3>
SCREEN.OBJ - 2 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -