VC++编程100例。
包含了很多的实例
源代码在线查看: char.plg
Build Log
--------------------Configuration: CHAR - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zhanglzu\LOCALS~1\Temp\RSPA1.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/CHAR.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\study\c++时尚编程百例\实例08\CHAR.CPP"
]
Creating command line "cl.exe @C:\DOCUME~1\zhanglzu\LOCALS~1\Temp\RSPA1.tmp"
Creating temporary file "C:\DOCUME~1\zhanglzu\LOCALS~1\Temp\RSPA2.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/CHAR.pdb" /debug /machine:I386 /out:"Debug/CHAR.exe" /pdbtype:sept
".\Debug\CHAR.OBJ"
]
Creating command line "link.exe @C:\DOCUME~1\zhanglzu\LOCALS~1\Temp\RSPA2.tmp"
Output Window
Compiling...
CHAR.CPP
Linking...
Results
CHAR.exe - 0 error(s), 0 warning(s)