memory simulation

hello everyone,
i have a school project : memory simulation using a simple software,written in c++
if anyone gives any idea or suggestion about how to begin coding i'd be thankful
when you ask a question, it usually is for your own sake. so you must elaborate it a little.. 2 line questions are rarely answered.
closed account (zb0S216C)
Well, what kind of simulator do you want? There's:

- Trace-driven
- Virtual
- Trap-driven
- External
- Flash

Besides, don't you think memory simulation is a little extreme for a school project?

Wazzak
Last edited on
My memory is not so good any more. Maybe you could simulate that?

Your question is so general, it's not likely you're going to get any useful suggestions without more information.

What is this "memory" supposed do? Store and retrieve something?
How many objects? What kind of objects?

What are you trying to simulate?
Multi-dimensional access?
Speed of access?


Topic archived. No new replies allowed.