May 23, 2012 at 9:41pm UTC
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
May 26, 2012 at 4:49pm UTC
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.
May 26, 2012 at 8:32pm UTC
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 May 26, 2012 at 8:47pm UTC
May 27, 2012 at 1:20am UTC
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?