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

📄 qsort.plg

📁 系统编程源码: 内存、缓冲区(Memory/Buffer)处理, 本程序实现CArray摸板类的快速排序
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Qsort - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\WFJ1\LOCALS~1\Temp\RSP10D.tmp" with contents
[
/nologo /G5 /MD /W4 /GX /O2 /Ob2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Release/Qsort.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\work2\VC code\C++&MFC\07\demo\Qsort.cpp"
"F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\WFJ1\LOCALS~1\Temp\RSP10D.tmp" 
Creating temporary file "D:\DOCUME~1\WFJ1\LOCALS~1\Temp\RSP10E.tmp" with contents
[
/nologo /G5 /MD /W4 /GX /O2 /Ob2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Release/Qsort.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\work2\VC code\C++&MFC\07\demo\StdAfx.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\WFJ1\LOCALS~1\Temp\RSP10E.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/Qsort.pdb" /machine:I386 /out:"Release/Qsort.exe"  ".\Release\Qsort.obj" ".\Release\QsortDlg.obj" ".\Release\StdAfx.obj" ".\Release\Qsort.res" "
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
Qsort.cpp
QsortDlg.cpp
Generating Code...
F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp(157) : warning C4711: function '__thiscall CAboutDlg::CAboutDlg(void)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp(361) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp(363) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp(374) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp(376) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(39) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(40) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(42) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(43) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(39) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(40) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(42) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(43) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
warning C4711: function '$E197' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\Qsort.cpp(37) : warning C4711: function '$E199' selected for automatic inline expansion
Linking...



<h3>Results</h3>
Qsort.exe - 0 error(s), 15 warning(s)
<h3>
--------------------Configuration: Qsort - Win32 UNICODE Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\WFJ1\LOCALS~1\Temp\RSP110.tmp" with contents
[
/nologo /G5 /MD /W4 /GX /O2 /Ob2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "UNICODE" /D "_UNICODE" /Fp"UNICODE Release/Qsort.pch" /Yu"stdafx.h" /Fo"UNICODE Release/" /Fd"UNICODE Release/" /FD /c 
"F:\work2\VC code\C++&MFC\07\demo\Qsort.cpp"
"F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\WFJ1\LOCALS~1\Temp\RSP110.tmp" 
Creating temporary file "D:\DOCUME~1\WFJ1\LOCALS~1\Temp\RSP111.tmp" with contents
[
/nologo /G5 /MD /W4 /GX /O2 /Ob2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "UNICODE" /D "_UNICODE" /Fp"UNICODE Release/Qsort.pch" /Yc"stdafx.h" /Fo"UNICODE Release/" /Fd"UNICODE Release/" /FD /c 
"F:\work2\VC code\C++&MFC\07\demo\StdAfx.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\WFJ1\LOCALS~1\Temp\RSP111.tmp" 
Creating temporary file "D:\DOCUME~1\WFJ1\LOCALS~1\Temp\RSP112.tmp" with contents
[
/nologo /entry:"wWinMainCRTStartup" /subsystem:windows /incremental:no /pdb:"UNICODE Release/Qsort.pdb" /machine:I386 /out:"UNICODE Release/Qsort.exe" 
".\UNICODE Release\Qsort.obj"
".\UNICODE Release\QsortDlg.obj"
".\UNICODE Release\StdAfx.obj"
".\UNICODE Release\Qsort.res"
]
Creating command line "link.exe @D:\DOCUME~1\WFJ1\LOCALS~1\Temp\RSP112.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
Qsort.cpp
QsortDlg.cpp
Generating Code...
F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp(157) : warning C4711: function '__thiscall CAboutDlg::CAboutDlg(void)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp(361) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp(363) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp(374) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QsortDlg.cpp(376) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(39) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(40) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(42) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(43) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(39) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(40) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(42) : warning C4711: function 'int __cdecl operator>(struct UserType &,struct UserType &)' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\QArray.h(43) : warning C4711: function 'int __cdecl operator<(struct UserType &,struct UserType &)' selected for automatic inline expansion
warning C4711: function '$E197' selected for automatic inline expansion
F:\work2\VC code\C++&MFC\07\demo\Qsort.cpp(37) : warning C4711: function '$E199' selected for automatic inline expansion
Linking...
LINK : fatal error LNK1104: cannot open file "mfc42u.lib"
Error executing link.exe.



<h3>Results</h3>
Qsort.exe - 1 error(s), 15 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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