📄 bitree.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: bitree - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP95.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/bitree.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP95.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP96.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 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/bitree.pdb" /debug /machine:I386 /out:"Debug/bitree.exe" /pdbtype:sept
".\Debug\main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP96.tmp"
<h3>Output Window</h3>
Compiling...
main.cpp
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(8) : error C2371: 'bitree' : redefinition; different basic types
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(11) : error C2082: redefinition of formal parameter 't'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(14) : error C2676: binary '==' : 'struct bitree' does not define this operator or a conversion to a type acceptable to the predefined operator
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(26) : error C2133: 'sq' : unknown size
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(34) : error C2676: binary '!=' : 'struct bitree' does not define this operator or a conversion to a type acceptable to the predefined operator
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(36) : error C2027: use of undefined type 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(36) : error C2227: left of '->data' must point to class/struct/union
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(37) : error C2027: use of undefined type 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(37) : error C2227: left of '->left' must point to class/struct/union
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(38) : error C2027: use of undefined type 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(38) : error C2227: left of '->right' must point to class/struct/union
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(44) : error C2027: use of undefined type 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(44) : error C2227: left of '->left' must point to class/struct/union
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(46) : error C2027: use of undefined type 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(46) : error C2227: left of '->right' must point to class/struct/union
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(51) : error C2027: use of undefined type 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(51) : error C2227: left of '->left' must point to class/struct/union
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(52) : error C2027: use of undefined type 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(52) : error C2227: left of '->right' must point to class/struct/union
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(53) : error C2027: use of undefined type 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(53) : error C2227: left of '->data' must point to class/struct/union
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(6) : error C2120: 'void' illegal with all types
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(19) : error C2065: 't' : undeclared identifier
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(19) : error C2275: 'bitree' : illegal use of this type as an expression
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(20) : error C2275: 'bitree' : illegal use of this type as an expression
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(21) : error C2275: 'bitree' : illegal use of this type as an expression
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(22) : error C2065: 'emptybitree' : undeclared identifier
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(22) : error C2275: 'bitree' : illegal use of this type as an expression
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(23) : error C2065: 'perfectbitree' : undeclared identifier
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(23) : error C2275: 'bitree' : illegal use of this type as an expression
d:\program files\microsoft visual studio\myprojects\bitree\bit.h(7) : see declaration of 'bitree'
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(23) : error C2065: 'br' : undeclared identifier
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(23) : error C2146: syntax error : missing ';' before identifier 'eak'
D:\Program Files\Microsoft Visual Studio\MyProjects\bitree\main.cpp(23) : error C2065: 'eak' : undeclared identifier
执行 cl.exe 时出错.
<h3>Results</h3>
bitree.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -