c++classicgameprogram

所属分类:游戏
开发工具:C++
文件大小:17284KB
下载次数:38
上传日期:2007-11-28 20:09:48
上 传 者xuyang3232
说明:  《c++经典游戏编程》配书源码,例子经典,对游戏开发有很强的借鉴作用
( C++ Classic game programming book with source code, for example, a classic of game development has a strong reference)

文件列表:
c++经典游戏编程\START.EXE (4767255, 2004-04-12)
c++经典游戏编程\autorun.inf (36, 2002-10-24)
c++经典游戏编程\appendices\appa.pdf (777579, 2004-04-02)
c++经典游戏编程\appendices\appb.pdf (163479, 2004-04-02)
c++经典游戏编程\appendices\appc.pdf (182753, 2004-04-02)
c++经典游戏编程\appendices\appd.pdf (166690, 2004-04-02)
c++经典游戏编程\appendices\appe.pdf (153667, 2004-04-02)
c++经典游戏编程\appendices\appendix_F\AdaptableBinaryFunction.html (5002, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\AdaptableBinaryPredicate.html (3868, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\AdaptableGenerator.html (3971, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\AdaptablePredicate.html (3685, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\AdaptableUnaryFunction.html (4747, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\Allocators.html (6563, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\Assignable.html (5851, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\AssociativeContainer.html (15711, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\BackInsertionSequence.html (6068, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\BidirectionalIterator.html (5862, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\BinaryFunction.html (5541, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\BinaryPredicate.html (4771, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\Container.html (17277, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\CorpID.gif (565, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\DefaultConstructible.html (4313, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\Deque.html (17332, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\EqualityComparable.html (4694, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\FAQ.html (14558, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\ForwardContainer.html (7847, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\ForwardIterator.html (6375, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\FrontInsertionSequence.html (6363, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\Generator.html (4597, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\HashFunction.html (5397, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\HashedAssociativeContainer.html (17236, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\InputIterator.html (7390, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\Iterators.html (11868, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\LessThanComparable.html (6665, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\List.html (27726, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\Map.html (21900, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\MonoidOperation.html (9041, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\Multimap.html (21311, 2000-06-08)
c++经典游戏编程\appendices\appendix_F\MultipleAssociativeContainer.html (7267, 2000-06-08)
... ...

***Please turn Word Wrap on & Maximize for best viewing!*** Beginning C++ Game Programming (C) 2004 Michael Dawson CD-ROM Contents: 1. Source Code(\Source) 2. Appendices(\appendices) 3. Dev-C++(\bloodshed) 4. Links (Located in this document) ____________________________________________________________________ 1. Source Code The author has included chapter data from the book on this disc for chapter's 1 thru 10 in the following respective directories: \Chapter01 \Chapter02 \Chapter03 \Chapter04 \Chapter05 \Chapter06 \Chapter07 \Chapter08 \Chapter09 \Chapter10 ____________________________________________________________________ 1. Chapter Data The publisher has included additional appendices disc for appendices A thru F in the following \appendices directory. Appendix F is an html index you will need to open index.html located in the \appendices\appendix_F directory. ____________________________________________________________________ 3. Bloodshed Dev-C++ Dev-C++ is a full-featured integrated development environment (IDE), which is able to create Windows or console-based C/C++ programs using the Mingw compiler system (version MSVCRT 2.95.2-1 included with this package), or the Cygwin compiler. It can also handle the Insight Debugger.. \bloodshed ____________________________________________________________________ 4. Links This is a collection of links to additional resources that the author felt would be of value to you. C++ Programming Links - Bjarne Stroustrup's Homepage http://www.research.att.com/~bs/homepage.html - C++ FAQ Lite http://www.parashift.com/c++-faq-lite/ - The C++ Resources Network http://www.cplusplus.com/ - Google Group: alt.comp.lang.learn.c++ http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&group=alt.comp.lang.learn.c-c%2B%2B - Silicon Graphics - Standard Template Library Programmer's Guide http://www.sgi.com/tech/stl/ Game Programming and Development Links - Bloodshed Development http://www.bloodshed.net/devcpp.html - Flipcode http://www.flipcode.com - Gamasutra http://www.gamasutra.com/ - GameDev.net http://gamedev.net/ - Course PTR http://www.courseptr.com Game News and Information Links - Blue’s News http://www.bluesnews.com/ - GameIndusrty.biz http://www.gamesindustry.biz/ - GameSpot http://www.gamespot.com/ - GameSpy http://www.gamespy.com - GIGnews.com http://www.gignews.com/ ____________________________________________________________________

近期下载者

相关文件


收藏者