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

📄 矩阵相乘.plg

📁 能够实现基于动态数组的定义
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 矩阵相乘 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\scyfm\LOCALS~1\Temp\RSP17B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/矩阵相乘.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\c++learning\xq\cheng.cpp"
"G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\scyfm\LOCALS~1\Temp\RSP17B.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/矩阵相乘.pdb" /debug /machine:I386 /out:"Debug/矩阵相乘.exe" /pdbtype:sept  ".\Debug\cheng.obj" ".\Debug\StdAfx.obj" ".\Debug\矩阵相乘.obj" ".\Debug\矩阵相乘Dlg.obj" ".\Debug\矩阵相乘.res" "
<h3>Output Window</h3>
Compiling...
cheng.cpp
g:\c++learning\xq\cheng.cpp(50) : fatal error C1010: unexpected end of file while looking for precompiled header directive
矩阵相乘Dlg.cpp
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(182) : error C2065: 'cin' : undeclared identifier
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(186) : error C2065: 'fun1' : undeclared identifier
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(190) : error C2065: 'a' : undeclared identifier
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(190) : error C2109: subscript requires array or pointer type
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(190) : error C2109: subscript requires array or pointer type
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(192) : error C2374: 'i' : redefinition; multiple initialization
        G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(187) : see declaration of 'i'
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(195) : error C2065: 'cout' : undeclared identifier
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(195) : error C2065: 'C' : undeclared identifier
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(195) : error C2109: subscript requires array or pointer type
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(195) : error C2109: subscript requires array or pointer type
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(195) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(196) : error C2065: 'endl' : undeclared identifier
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(196) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(200) : error C2373: 'fun1' : redefinition; different type modifiers
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(213) : error C2065: 'c' : undeclared identifier
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(213) : error C2109: subscript requires array or pointer type
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(213) : error C2440: '=' : cannot convert from 'int *' to 'int'
        This conversion requires a reinterpret_cast, a C-style cast or function-style cast
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(216) : error C2109: subscript requires array or pointer type
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(216) : error C2109: subscript requires array or pointer type
G:\c++learning\矩阵相乘\矩阵相乘Dlg.cpp(216) : error C2106: '=' : left operand must be l-value
Generating Code...
Error executing cl.exe.



<h3>Results</h3>
矩阵相乘.exe - 19 error(s), 2 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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