数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble)
源代码在线查看: sort.plg
Build Log
--------------------Configuration: sort - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSP7015.TMP" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/sort.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\program\c\sort\sortmain.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP7015.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSP7016.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/sort.pdb" /debug /machine:I386 /out:"Debug/sort.exe" /pdbtype:sept
.\Debug\sortmain.obj
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP7016.TMP"
Output Window
Compiling...
sortmain.cpp
Linking...
Results
sort.exe - 0 error(s), 0 warning(s)