进制转换程序
源代码在线查看: 进制转换(栈算法).plg
Build Log
--------------------Configuration: 进制转换(栈算法) - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP261.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/进制转换(栈算法).pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\新建文件夹 (2)\进制转换(栈算法)\进制转换(栈算法).cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP261.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP262.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/进制转换(栈算法).pdb" /debug /machine:I386 /out:"Debug/进制转换(栈算法).exe" /pdbtype:sept
".\Debug\进制转换(栈算法).obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP262.tmp"
Output Window
Compiling...
进制转换(栈算法).cpp
Linking...
Results
进制转换(栈算法).exe - 0 error(s), 0 warning(s)