📄 ndq.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Cpp1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\qingair\LOCALS~1\Temp\RSPE.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Cpp1.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\习题集\Cpp1.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\qingair\LOCALS~1\Temp\RSPE.tmp"
Creating temporary file "C:\DOCUME~1\qingair\LOCALS~1\Temp\RSPF.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/Cpp1.pdb" /debug /machine:I386 /out:"Debug/Cpp1.exe" /pdbtype:sept
".\Debug\Cpp1.obj"
]
Creating command line "link.exe @C:\DOCUME~1\qingair\LOCALS~1\Temp\RSPF.tmp"
<h3>Output Window</h3>
Compiling...
Cpp1.cpp
F:\习题集\Cpp1.cpp(13) : warning C4091: 'typedef ' : ignored on left of 'struct linkqueue' when no variable is declared
F:\习题集\Cpp1.cpp(24) : error C2061: syntax error : identifier 'qnode'
F:\习题集\Cpp1.cpp(26) : error C2065: 'qnode' : undeclared identifier
F:\习题集\Cpp1.cpp(26) : error C2440: '=' : cannot convert from 'struct linkqueue *' to 'struct linknode *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\习题集\Cpp1.cpp(28) : error C2065: 'e' : undeclared identifier
F:\习题集\Cpp1.cpp(46) : error C2039: 'next' : is not a member of 'linkqueue'
F:\习题集\Cpp1.cpp(11) : see declaration of 'linkqueue'
F:\习题集\Cpp1.cpp(50) : error C2039: 'nexthead' : is not a member of 'linkqueue'
F:\习题集\Cpp1.cpp(11) : see declaration of 'linkqueue'
F:\习题集\Cpp1.cpp(50) : error C2227: left of '->next' must point to class/struct/union
F:\习题集\Cpp1.cpp(59) : error C2039: 'data' : is not a member of 'linkqueue'
F:\习题集\Cpp1.cpp(11) : see declaration of 'linkqueue'
F:\习题集\Cpp1.cpp(60) : error C2440: '=' : cannot convert from 'struct linknode *' to 'struct linkqueue *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
F:\习题集\Cpp1.cpp(61) : warning C4508: 'print' : function should return a value; 'void' return type assumed
F:\习题集\Cpp1.cpp(67) : error C2146: syntax error : missing ';' before identifier 'stu1'
F:\习题集\Cpp1.cpp(67) : error C2065: 'stu1' : undeclared identifier
Error executing cl.exe.
<h3>Results</h3>
Cpp1.exe - 11 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -