一个在VC下编写的一维随机元胞自动机小程序
源代码在线查看: ca.plg
Build Log
--------------------Configuration: ca - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\sun\LOCALS~1\Temp\RSP176.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ca.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\book科学\VC版\7\7_02\ChildView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\sun\LOCALS~1\Temp\RSP176.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/ca.pdb" /debug /machine:I386 /out:"Debug/ca.exe" /pdbtype:sept ".\Debug\ca.obj" ".\Debug\ChildView.obj" ".\Debug\MainFrm.obj" ".\Debug\StdAfx.obj" ".\Debug\ca.res" "
Output Window
Compiling...
ChildView.cpp
Linking...
Results
ca.exe - 0 error(s), 0 warning(s)