《VC编程100例》是一个以实例开发的文档

源代码在线查看: function.plg

软件大小: 2536 K
上传用户: likefunv
关键词: 100 编程 文档
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: FUNCTION - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\DOCUME~1\zhanglzu\LOCALS~1\Temp\RSPE.tmp" with contents
				[
				/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/FUNCTION.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"D:\study\c++时尚编程百例\实例09\FUNCTION.CPP"
				]
				Creating command line "cl.exe @C:\DOCUME~1\zhanglzu\LOCALS~1\Temp\RSPE.tmp" 
				Creating temporary file "C:\DOCUME~1\zhanglzu\LOCALS~1\Temp\RSPF.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/FUNCTION.pdb" /debug /machine:I386 /out:"Debug/FUNCTION.exe" /pdbtype:sept 
				".\Debug\FUNCTION.OBJ"
				]
				Creating command line "link.exe @C:\DOCUME~1\zhanglzu\LOCALS~1\Temp\RSPF.tmp"
				Output Window
				Compiling...
				FUNCTION.CPP
				Linking...
				
				
				
				Results
				FUNCTION.exe - 0 error(s), 0 warning(s)
				
				
				
							

相关资源