|
-
I need help with a game
Hi,
I'm making a text-based RPG game. It uses only the standard c++ library
files. I have done great
until I started creating a traversable map. It relies on text for descriptions
and the program must
output the text at the user's command. I need some sort of storage container
or STL container to hold
the text files. I have tried using arrays, but they are quite inefficient
due to the fact I'm using classes,
inheritance, and polymorphism. I have thought about using maps or vectors.
Do you have any
experience with these kind of problems? If you do, can you give me a few
suggestions?
Similar Threads
-
By pegastaff in forum Careers
Replies: 0
Last Post: 06-14-2005, 11:39 AM
-
Replies: 0
Last Post: 05-02-2005, 12:16 PM
-
Replies: 3
Last Post: 03-20-2005, 01:10 AM
-
By f4cepl4nt in forum C++
Replies: 3
Last Post: 03-08-2005, 11:24 PM
-
Replies: 0
Last Post: 07-31-2000, 07:35 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks