Starting from scratch? (PHP Background)

Moderator
Posts: 1,140
Joined: 2005.07
Post: #12
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.
Quote this message in a reply
Post Reply 


Messages In This Thread
Starting from scratch? (PHP Background) - Cronikeys - Aug 4, 2005, 02:43 PM
Starting from scratch? (PHP Background) - akb825 - Aug 5, 2005 10:16 AM
Starting from scratch? (PHP Background) - atek3000 - Oct 22, 2005, 06:32 PM
Starting from scratch? (PHP Background) - emilmont - Oct 23, 2005, 03:53 AM
Starting from scratch? (PHP Background) - atek3000 - Oct 25, 2005, 08:10 AM
Starting from scratch? (PHP Background) - atek3000 - Oct 25, 2005, 09:46 AM
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