设计模式中 命令模式的一个例子 C++编写 有工程文件可直接运行

源代码在线查看: command.plg

软件大小: 10 K
上传用户: dier1128
关键词: 设计模式 命令 模式 工程
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: Command - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\DOCUME~1\TANGXI~1\LOCALS~1\Temp\RSP154.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/Command.pdb" /debug /machine:I386 /out:"Debug/Command.exe" /pdbtype:sept 
				.\Debug\1.obj
				.\Debug\2.obj
				.\Debug\3.obj
				.\Debug\Main.obj
				]
				Creating command line "link.exe @C:\DOCUME~1\TANGXI~1\LOCALS~1\Temp\RSP154.tmp"
				Output Window
				Linking...
				Creating command line "bscmake.exe /nologo /o"Debug/Command.bsc"  .\Debug\1.sbr .\Debug\2.sbr .\Debug\3.sbr .\Debug\Main.sbr"
				Creating browse info file...
				Output Window
				
				
				
				Results
				Command.exe - 0 error(s), 0 warning(s)
				
				
				
							

相关资源