screen.plg

来自「100个C++编程实例,很实用,很经典,对初学者大有帮助啊」· PLG 代码 · 共 31 行

PLG
31
字号
<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 + =
减小字号Ctrl + -
显示快捷键?