⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adjacencydigraph.plg

📁 《数据结构、算法与应用》从C++语言应用角度列举了要点
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: adjacencyDigraph - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP165.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/adjacencyDigraph.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\2005\STL\progs\codes\adjacencyDigraph.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP165.tmp" 
<h3>Output Window</h3>
Compiling...
adjacencyDigraph.cpp
e:\2005\stl\progs\codes\adjacencywdigraph.h(181) : error C2555: 'adjacencyWDigraph<int>::iterator' : overriding virtual function differs from 'graph<int>::iterator' only by return type or calling convention
        e:\2005\stl\progs\codes\graph.h(36) : see declaration of 'iterator'
        e:\2005\stl\progs\codes\adjacencywdigraph.h(524) : see reference to class template instantiation 'adjacencyWDigraph<int>' being compiled
e:\2005\stl\progs\codes\adjacencywdigraph.h(181) : error C2555: 'adjacencyWDigraph<float>::iterator' : overriding virtual function differs from 'graph<float>::iterator' only by return type or calling convention
        e:\2005\stl\progs\codes\graph.h(36) : see declaration of 'iterator'
        e:\2005\stl\progs\codes\adjacencywdigraph.h(528) : see reference to class template instantiation 'adjacencyWDigraph<float>' being compiled
e:\2005\stl\progs\codes\adjacencywdigraph.h(181) : error C2555: 'adjacencyWDigraph<double>::iterator' : overriding virtual function differs from 'graph<double>::iterator' only by return type or calling convention
        e:\2005\stl\progs\codes\graph.h(36) : see declaration of 'iterator'
        e:\2005\stl\progs\codes\adjacencywdigraph.h(532) : see reference to class template instantiation 'adjacencyWDigraph<double>' being compiled
e:\2005\stl\progs\codes\adjacencywdigraph.h(181) : error C2555: 'adjacencyWDigraph<bool>::iterator' : overriding virtual function differs from 'graph<bool>::iterator' only by return type or calling convention
        e:\2005\stl\progs\codes\graph.h(36) : see declaration of 'iterator'
        e:\2005\stl\progs\codes\adjacencydigraph.h(15) : see reference to class template instantiation 'adjacencyWDigraph<bool>' being compiled
e:\2005\stl\progs\codes\adjacencydigraph.cpp(11) : error C2259: 'adjacencyDigraph' : cannot instantiate abstract class due to following members:
        e:\2005\stl\progs\codes\adjacencydigraph.h(14) : see declaration of 'adjacencyDigraph'
e:\2005\stl\progs\codes\adjacencydigraph.cpp(11) : warning C4259: 'class vertexIterator<bool> *__thiscall graph<bool>::iterator(int)' : pure virtual function was not defined
        e:\2005\stl\progs\codes\graph.h(36) : see declaration of 'iterator'
e:\2005\stl\progs\codes\adjacencydigraph.cpp(11) : error C2259: 'adjacencyDigraph' : cannot instantiate abstract class due to following members:
        e:\2005\stl\progs\codes\adjacencydigraph.h(14) : see declaration of 'adjacencyDigraph'
e:\2005\stl\progs\codes\adjacencydigraph.cpp(11) : warning C4259: 'class vertexIterator<bool> *__thiscall graph<bool>::iterator(int)' : pure virtual function was not defined
        e:\2005\stl\progs\codes\graph.h(36) : see declaration of 'iterator'
e:\2005\stl\progs\codes\adjacencydigraph.cpp(45) : error C2440: '=' : cannot convert from 'int' to 'struct std::pair<int,bool> *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
e:\2005\stl\progs\codes\adjacencydigraph.cpp(45) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Error executing cl.exe.



<h3>Results</h3>
adjacencyDigraph.obj - 8 error(s), 2 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -