文件名称:source
-
所属分类:
- 标签属性:
- 上传时间:2013-08-15
-
文件大小:36.33kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
C++游戏编程入门,书中实例源码,学习C++游戏编程的入门资料,每一章都有一个实例-***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.
_______________________________________________________
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.
_______________________________________________________
(系统自动生成,下载前可以参看下载内容)
下载文件列表
source/chapter01/expensive_calculator.cpp
source/chapter01/game_over.cpp
source/chapter01/game_over2.cpp
source/chapter01/game_over3.cpp
source/chapter01/game_over_2.cpp
source/chapter01/game_over_3.cpp
source/chapter01/game_stats.cpp
source/chapter01/game_stats2.cpp
source/chapter01/game_stats3.cpp
source/chapter01/lost_fortune.cpp
source/chapter02/designers_network.cpp
source/chapter02/die_roller.cpp
source/chapter02/finicky_counter.cpp
source/chapter02/guess_my_number.cpp
source/chapter02/menu_chooser.cpp
source/chapter02/play_again.cpp
source/chapter02/play_again2.cpp
source/chapter02/score_rater.cpp
source/chapter02/score_rater2.cpp
source/chapter03/counter.cpp
source/chapter03/heros_inventory.cpp
source/chapter03/string_tester.cpp
source/chapter03/tic-tac-toe_board.cpp
source/chapter03/word_jumble.cpp
source/chapter04/hangman.cpp
source/chapter04/heros_inventory2.cpp
source/chapter04/heros_inventory3.cpp
source/chapter04/high_scores.cpp
source/chapter05/give_me_a_number.cpp
source/chapter05/global_reach.cpp
source/chapter05/instructions.cpp
source/chapter05/mad-lib.cpp
source/chapter05/scoping.cpp
source/chapter05/taking_damage.cpp
source/chapter05/triple.cpp
source/chapter05/yes_or_no.cpp
source/chapter06/inventory_displayer.cpp
source/chapter06/inventory_referencer.cpp
source/chapter06/referencing.cpp
source/chapter06/swap.cpp
source/chapter06/tic-tac-toe.cpp
source/chapter07/array_passer.cpp
source/chapter07/inventory_displayer_pointer_ver.cpp
source/chapter07/inventory_pointer.cpp
source/chapter07/pointing.cpp
source/chapter07/swap_pointer_ver.cpp
source/chapter07/tic-tac-toe2.cpp
source/chapter08/constructor_critter.cpp
source/chapter08/critter_caretaker.cpp
source/chapter08/private_critter.cpp
source/chapter08/simple_critter.cpp
source/chapter08/static_critter.cpp
source/chapter09/critter_farm.cpp
source/chapter09/friend_critter.cpp
source/chapter09/game_lobby.cpp
source/chapter09/heap.cpp
source/chapter09/heap_data_member.cpp
source/chapter10/abstract_creature.cpp
source/chapter10/blackjack.cpp
source/chapter10/critter.cpp
source/chapter10/critter.h
source/chapter10/critter_app.cpp
source/chapter10/overriding_boss.cpp
source/chapter10/simple_boss.cpp
source/chapter10/simple_boss2.cpp
source/chapter10/virtual_boss.cpp
source/chapter01
source/chapter02
source/chapter03
source/chapter04
source/chapter05
source/chapter06
source/chapter07
source/chapter08
source/chapter09
source/chapter10
source
source/chapter01/game_over.cpp
source/chapter01/game_over2.cpp
source/chapter01/game_over3.cpp
source/chapter01/game_over_2.cpp
source/chapter01/game_over_3.cpp
source/chapter01/game_stats.cpp
source/chapter01/game_stats2.cpp
source/chapter01/game_stats3.cpp
source/chapter01/lost_fortune.cpp
source/chapter02/designers_network.cpp
source/chapter02/die_roller.cpp
source/chapter02/finicky_counter.cpp
source/chapter02/guess_my_number.cpp
source/chapter02/menu_chooser.cpp
source/chapter02/play_again.cpp
source/chapter02/play_again2.cpp
source/chapter02/score_rater.cpp
source/chapter02/score_rater2.cpp
source/chapter03/counter.cpp
source/chapter03/heros_inventory.cpp
source/chapter03/string_tester.cpp
source/chapter03/tic-tac-toe_board.cpp
source/chapter03/word_jumble.cpp
source/chapter04/hangman.cpp
source/chapter04/heros_inventory2.cpp
source/chapter04/heros_inventory3.cpp
source/chapter04/high_scores.cpp
source/chapter05/give_me_a_number.cpp
source/chapter05/global_reach.cpp
source/chapter05/instructions.cpp
source/chapter05/mad-lib.cpp
source/chapter05/scoping.cpp
source/chapter05/taking_damage.cpp
source/chapter05/triple.cpp
source/chapter05/yes_or_no.cpp
source/chapter06/inventory_displayer.cpp
source/chapter06/inventory_referencer.cpp
source/chapter06/referencing.cpp
source/chapter06/swap.cpp
source/chapter06/tic-tac-toe.cpp
source/chapter07/array_passer.cpp
source/chapter07/inventory_displayer_pointer_ver.cpp
source/chapter07/inventory_pointer.cpp
source/chapter07/pointing.cpp
source/chapter07/swap_pointer_ver.cpp
source/chapter07/tic-tac-toe2.cpp
source/chapter08/constructor_critter.cpp
source/chapter08/critter_caretaker.cpp
source/chapter08/private_critter.cpp
source/chapter08/simple_critter.cpp
source/chapter08/static_critter.cpp
source/chapter09/critter_farm.cpp
source/chapter09/friend_critter.cpp
source/chapter09/game_lobby.cpp
source/chapter09/heap.cpp
source/chapter09/heap_data_member.cpp
source/chapter10/abstract_creature.cpp
source/chapter10/blackjack.cpp
source/chapter10/critter.cpp
source/chapter10/critter.h
source/chapter10/critter_app.cpp
source/chapter10/overriding_boss.cpp
source/chapter10/simple_boss.cpp
source/chapter10/simple_boss2.cpp
source/chapter10/virtual_boss.cpp
source/chapter01
source/chapter02
source/chapter03
source/chapter04
source/chapter05
source/chapter06
source/chapter07
source/chapter08
source/chapter09
source/chapter10
source
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.