内容简介
本书从实际应用入手
源代码在线查看: text.plg
Build Log
--------------------Configuration: Text - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Text.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\VC++深入编程\CHAPTER5\Text\TextView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3B.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3C.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Text.pdb" /debug /machine:I386 /out:"Debug/Text.exe" /pdbtype:sept
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\Text.obj"
".\Debug\TextDoc.obj"
".\Debug\TextView.obj"
".\Debug\Text.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3C.tmp"
Output Window
Compiling...
TextView.cpp
Linking...
Results
Text.exe - 0 error(s), 0 warning(s)