📄 fpgrowth.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FPGROWTH - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\S9F9F~1.WHI\LOCALS~1\Temp\RSP360.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/FPGROWTH.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\新建文件夹\黄华\FPGROWTH\data.cpp"
"D:\新建文件夹\黄华\FPGROWTH\fpgrowth.cpp"
"D:\新建文件夹\黄华\FPGROWTH\fptree.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\S9F9F~1.WHI\LOCALS~1\Temp\RSP360.tmp"
Creating temporary file "C:\DOCUME~1\S9F9F~1.WHI\LOCALS~1\Temp\RSP361.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/FPGROWTH.pdb" /debug /machine:I386 /out:"Debug/FPGROWTH.exe" /pdbtype:sept
".\Debug\testfpgrowth.obj"
".\Debug\data.obj"
".\Debug\fpgrowth.obj"
".\Debug\fptree.obj"
".\Debug\item.obj"
]
Creating command line "link.exe @C:\DOCUME~1\S9F9F~1.WHI\LOCALS~1\Temp\RSP361.tmp"
<h3>Output Window</h3>
Compiling...
data.cpp
d:\新建文件夹\黄华\fpgrowth\data.cpp(62) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class std::vector<int,class std::allocator<int> >' (or there is no acceptable conversion)
d:\新建文件夹\黄华\fpgrowth\data.cpp(72) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class std::vector<int,class std::allocator<int> >' (or there is no acceptable conversion)
d:\新建文件夹\黄华\fpgrowth\data.cpp(94) : error C2001: newline in constant
d:\新建文件夹\黄华\fpgrowth\data.cpp(94) : error C2137: empty character constant
d:\新建文件夹\黄华\fpgrowth\data.cpp(95) : error C2001: newline in constant
d:\新建文件夹\黄华\fpgrowth\data.cpp(95) : error C2015: too many characters in constant
d:\新建文件夹\黄华\fpgrowth\data.cpp(95) : error C2143: syntax error : missing ')' before 'constant'
d:\新建文件夹\黄华\fpgrowth\data.cpp(97) : error C2143: syntax error : missing ')' before '{'
d:\新建文件夹\黄华\fpgrowth\data.cpp(97) : error C2143: syntax error : missing ';' before '{'
d:\新建文件夹\黄华\fpgrowth\data.cpp(108) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class std::vector<int,class std::allocator<int> >' (or there is no acceptable conversion)
fpgrowth.cpp
d:\新建文件夹\黄华\fpgrowth\fpgrowth.cpp(58) : error C2665: 'Element::Element' : none of the 2 overloads can convert parameter 1 from type 'int *'
d:\新建文件夹\黄华\fpgrowth\fpgrowth.cpp(65) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class std::vector<int,class std::allocator<int> >' (or there is no acceptable conversion)
d:\新建文件夹\黄华\fpgrowth\fpgrowth.cpp(70) : error C2001: newline in constant
d:\新建文件夹\黄华\fpgrowth\fpgrowth.cpp(71) : error C2001: newline in constant
d:\新建文件夹\黄华\fpgrowth\fpgrowth.cpp(72) : error C2146: syntax error : missing ')' before identifier 'start'
fptree.cpp
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(20) : warning C4786: 'std::pair<std::_Tree<Item,Item,std::set<Item,std::less<Item>,std::allocator<Item> >::_Kfn,std::less<Item>,std::allocator<Item> >::iterator,std::_Tree<Item,Item,std::set<Item,std::less<Item>,std::allocator<Item> >::_Kfn,std::less<Item>,std::allocator<Item> >::iterator>' : identifier was truncated to '255' characters in the debug information
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(20) : warning C4786: 'std::pair<std::_Tree<Item,Item,std::set<Item,std::less<Item>,std::allocator<Item> >::_Kfn,std::less<Item>,std::allocator<Item> >::const_iterator,std::_Tree<Item,Item,std::set<Item,std::less<Item>,std::allocator<Item> >::_Kfn,std::less<Item>,std::allocator<Item> >::const_iterator>' : identifier was truncated to '255' characters in the debug information
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(145) : error C2440: '=' : cannot convert from 'int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(161) : error C2001: newline in constant
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(162) : error C2001: newline in constant
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(163) : error C2143: syntax error : missing ')' before 'if'
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(163) : error C2143: syntax error : missing ';' before '{'
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(176) : error C2107: illegal index, indirection not allowed
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(176) : error C2664: 'struct std::pair<class std::_Tree<int,int,struct std::set<int,struct std::less<int>,class std::allocator<int> >::_Kfn,struct std::less<int>,class std::allocator<int> >::iterator,bool> __thiscall std::set<int,struct std::less<int>,class std::allocator<int> >::insert(const int &)' : cannot convert parameter 1 from 'int *' to 'const int &'
Reason: cannot convert from 'int *' to 'const int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(179) : error C2001: newline in constant
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(180) : error C2001: newline in constant
d:\新建文件夹\黄华\fpgrowth\fptree.cpp(181) : error C2146: syntax error : missing ')' before identifier 'print'
Error executing cl.exe.
<h3>Results</h3>
FPGROWTH.exe - 25 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -