Starting from scratch? (PHP Background)
C++ would really shine for more complex games where you have objects or characters or events that have similar actions. It also would help for more complex graphics engines. (such as having everything be derived from a "Drawable" class and have each have specific virtual drawing functions so you can put them in a container) For simple games, though, C should be fine.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Starting from scratch? (C Background) | SLDCGG | 6 | 3,663 |
Aug 9, 2005 01:13 AM Last Post: sealfin |
|

