📄 kmeans.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: kmeans - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP17.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/kmeans.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Eric\Linux\程序\Kmeans\kmeans.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP17.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18.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/kmeans.pdb" /debug /machine:I386 /out:"Debug/kmeans.exe" /pdbtype:sept
".\Debug\kmeans.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18.tmp"
<h3>Output Window</h3>
Compiling...
kmeans.cpp
e:\eric\linux\程序\kmeans\kmeans.cpp(23) : error C2447: missing function header (old-style formal list?)
e:\eric\linux\程序\kmeans\kmeans.cpp(63) : error C2065: 'MAXPATTERN' : undeclared identifier
e:\eric\linux\程序\kmeans\kmeans.cpp(63) : error C2057: expected constant expression
e:\eric\linux\程序\kmeans\kmeans.cpp(63) : error C2466: cannot allocate an array of constant size 0
e:\eric\linux\程序\kmeans\kmeans.cpp(73) : error C2057: expected constant expression
e:\eric\linux\程序\kmeans\kmeans.cpp(73) : warning C4200: nonstandard extension used : zero-sized array in struct/union
e:\eric\linux\程序\kmeans\kmeans.cpp(74) : error C2146: syntax error : missing ';' before identifier 'Cluster'
e:\eric\linux\程序\kmeans\kmeans.cpp(74) : error C2501: 'aCluster' : missing storage-class or type specifiers
e:\eric\linux\程序\kmeans\kmeans.cpp(74) : error C2065: 'MAXCLUSTER' : undeclared identifier
e:\eric\linux\程序\kmeans\kmeans.cpp(74) : error C2057: expected constant expression
e:\eric\linux\程序\kmeans\kmeans.cpp(74) : error C2501: 'Cluster' : missing storage-class or type specifiers
e:\eric\linux\程序\kmeans\kmeans.cpp(75) : error C2229: class 'System' has an illegal zero-sized array
e:\eric\linux\程序\kmeans\kmeans.cpp(96) : error C2065: 'Cluster' : undeclared identifier
e:\eric\linux\程序\kmeans\kmeans.cpp(96) : error C2109: subscript requires array or pointer type
e:\eric\linux\程序\kmeans\kmeans.cpp(96) : error C2228: left of '.Center' must have class/struct/union type
e:\eric\linux\程序\kmeans\kmeans.cpp(96) : error C2109: subscript requires array or pointer type
e:\eric\linux\程序\kmeans\kmeans.cpp(96) : error C2228: left of '.Center' must have class/struct/union type
e:\eric\linux\程序\kmeans\kmeans.cpp(111) : error C2065: 'SizeVector' : undeclared identifier
e:\eric\linux\程序\kmeans\kmeans.cpp(117) : error C2501: 'printf' : missing storage-class or type specifiers
e:\eric\linux\程序\kmeans\kmeans.cpp(117) : error C2373: 'printf' : redefinition; different type modifiers
c:\program files\microsoft visual studio\vc98\include\stdio.h(329) : see declaration of 'printf'
e:\eric\linux\程序\kmeans\kmeans.cpp(117) : error C2440: 'initializing' : cannot convert from 'char [17]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2143: syntax error : missing ';' before 'for'
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2143: syntax error : missing ')' before ';'
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2143: syntax error : missing ';' before '<'
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2501: 'i' : missing storage-class or type specifiers
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2143: syntax error : missing ';' before '<'
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2143: syntax error : missing ';' before '++'
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2501: 'i' : missing storage-class or type specifiers
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2086: 'i' : redefinition
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2143: syntax error : missing ';' before '++'
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2059: syntax error : ')'
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2143: syntax error : missing ';' before '{'
e:\eric\linux\程序\kmeans\kmeans.cpp(119) : error C2447: missing function header (old-style formal list?)
e:\eric\linux\程序\kmeans\kmeans.cpp(122) : error C2501: 'printf' : missing storage-class or type specifiers
e:\eric\linux\程序\kmeans\kmeans.cpp(122) : error C2373: 'printf' : redefinition; different type modifiers
c:\program files\microsoft visual studio\vc98\include\stdio.h(329) : see declaration of 'printf'
e:\eric\linux\程序\kmeans\kmeans.cpp(122) : error C2440: 'initializing' : cannot convert from 'char [23]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
e:\eric\linux\程序\kmeans\kmeans.cpp(123) : error C2143: syntax error : missing ';' before 'return'
e:\eric\linux\程序\kmeans\kmeans.cpp(124) : error C2143: syntax error : missing ';' before '}'
e:\eric\linux\程序\kmeans\kmeans.cpp(124) : error C2143: syntax error : missing ';' before '}'
e:\eric\linux\程序\kmeans\kmeans.cpp(124) : error C2143: syntax error : missing ';' before '}'
e:\eric\linux\程序\kmeans\kmeans.cpp(130) : error C2039: 'InitClusters' : is not a member of 'System'
e:\eric\linux\程序\kmeans\kmeans.cpp(71) : see declaration of 'System'
e:\eric\linux\程序\kmeans\kmeans.cpp(131) : error C2143: syntax error : missing ';' before '{'
e:\eric\linux\程序\kmeans\kmeans.cpp(131) : error C2447: missing function header (old-style formal list?)
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2143: syntax error : missing ';' before 'for'
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2143: syntax error : missing ')' before ';'
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2143: syntax error : missing ';' before '<'
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2501: 'i' : missing storage-class or type specifiers
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2086: 'i' : redefinition
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2143: syntax error : missing ';' before '<'
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2143: syntax error : missing ';' before '++'
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2501: 'i' : missing storage-class or type specifiers
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2086: 'i' : redefinition
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2143: syntax error : missing ';' before '++'
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2059: syntax error : ')'
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2143: syntax error : missing ';' before '{'
e:\eric\linux\程序\kmeans\kmeans.cpp(142) : error C2447: missing function header (old-style formal list?)
e:\eric\linux\程序\kmeans\kmeans.cpp(145) : error C2501: 'printf' : missing storage-class or type specifiers
e:\eric\linux\程序\kmeans\kmeans.cpp(145) : error C2373: 'printf' : redefinition; different type modifiers
c:\program files\microsoft visual studio\vc98\include\stdio.h(329) : see declaration of 'printf'
e:\eric\linux\程序\kmeans\kmeans.cpp(145) : error C2440: 'initializing' : cannot convert from 'char [2]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
e:\eric\linux\程序\kmeans\kmeans.cpp(146) : error C2143: syntax error : missing ';' before '}'
e:\eric\linux\程序\kmeans\kmeans.cpp(146) : error C2143: syntax error : missing ';' before '}'
e:\eric\linux\程序\kmeans\kmeans.cpp(146) : error C2143: syntax error : missing ';' before '}'
e:\eric\linux\程序\kmeans\kmeans.cpp(149) : error C2143: syntax error : missing ';' before '{'
e:\eric\linux\程序\kmeans\kmeans.cpp(149) : error C2447: missing function header (old-style formal list?)
e:\eric\linux\程序\kmeans\kmeans.cpp(163) : warning C4518: 'double ' : storage-class or type specifier(s) unexpected here; ignored
e:\eric\linux\程序\kmeans\kmeans.cpp(163) : error C2146: syntax error : missing ';' before identifier 'dist'
e:\eric\linux\程序\kmeans\kmeans.cpp(163) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
<h3>Results</h3>
kmeans.exe - 65 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -