📄 avltest.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: AVLTest - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\kenknife\LOCALS~1\Temp\RSP28.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/AVLTest.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\study\studio\algorithm\数据结构\查找结构\AVL树\AVLTest.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\kenknife\LOCALS~1\Temp\RSP28.tmp"
Creating temporary file "C:\DOCUME~1\kenknife\LOCALS~1\Temp\RSP29.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/AVLTest.pdb" /debug /machine:I386 /out:"Debug/AVLTest.exe" /pdbtype:sept
".\Debug\AVLTest.obj"
]
Creating command line "link.exe @C:\DOCUME~1\kenknife\LOCALS~1\Temp\RSP29.tmp"
<h3>Output Window</h3>
Compiling...
AVLTest.cpp
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2143: syntax error : missing ';' before '&'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2433: 'istream' : 'friend' not permitted on data declarations
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2501: 'istream' : missing storage-class or type specifiers
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2244: 'istream' : unable to resolve function overload
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2061: syntax error : identifier 'istream'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2501: '>>' : missing storage-class or type specifiers
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2805: binary 'operator >>' has too few parameters
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2143: syntax error : missing ';' before '&'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2433: 'ostream' : 'friend' not permitted on data declarations
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2501: 'ostream' : missing storage-class or type specifiers
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2244: 'ostream' : unable to resolve function overload
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2061: syntax error : identifier 'ostream'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2501: '<<' : missing storage-class or type specifiers
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2805: binary 'operator <<' has too few parameters
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(45) : error C2061: syntax error : identifier 'ostream'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(46) : see reference to class template instantiation 'AVLTree<Type,Key>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(275) : error C2143: syntax error : missing ';' before '&'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(275) : error C2501: 'istream' : missing storage-class or type specifiers
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(275) : error C2059: syntax error : ';'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(275) : error C2061: syntax error : identifier 'istream'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(286) : error C2954: template definitions cannot nest
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(287) : error C2143: syntax error : missing ';' before '&'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(287) : error C2501: 'ostream' : missing storage-class or type specifiers
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(287) : error C2059: syntax error : ';'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(287) : error C2061: syntax error : identifier 'ostream'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(292) : error C2954: template definitions cannot nest
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(293) : error C2061: syntax error : identifier 'ostream'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2872: 'istream' : ambiguous symbol
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2143: syntax error : missing ';' before '&'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2433: 'istream' : 'friend' not permitted on data declarations
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2501: 'istream' : missing storage-class or type specifiers
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2244: 'istream' : unable to resolve function overload
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2872: 'istream' : ambiguous symbol
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2061: syntax error : identifier 'istream'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2501: '>>' : missing storage-class or type specifiers
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(35) : error C2805: binary 'operator >>' has too few parameters
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2872: 'ostream' : ambiguous symbol
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2143: syntax error : missing ';' before '&'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2433: 'ostream' : 'friend' not permitted on data declarations
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2501: 'ostream' : missing storage-class or type specifiers
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2244: 'ostream' : unable to resolve function overload
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2872: 'ostream' : ambiguous symbol
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2061: syntax error : identifier 'ostream'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2501: '<<' : missing storage-class or type specifiers
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(36) : error C2805: binary 'operator <<' has too few parameters
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(45) : error C2872: 'ostream' : ambiguous symbol
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltree.h(45) : error C2061: syntax error : identifier 'ostream'
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(7) : see reference to class template instantiation 'AVLTree<int,int>' being compiled
e:\study\studio\algorithm\数据结构\查找结构\avl树\avltest.cpp(15) : error C2679: binary '<<' : no operator defined which takes a right-hand operand of type 'class AVLTree<int,int>' (or there is no acceptable conversion)
执行 cl.exe 时出错.
<h3>Results</h3>
AVLTest.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -