@TechLord
Alright, I will post there, I already saw someone posted the error, so I did not see the need to post as well.
I am about to work on looking up stacks. I was waiting until I was ready to implement your module.
@DB Newbie
Thanks, but give TechLord the credit, he(I am assuming TechLord is a he) made the graphics, I just programmed it in.
@All
Currently, I am working on my webs site where I will host info about Maindric RPG, (I will host a little here, but full info there, all SS's from start to finish, and such.) I will put a link to it when I am ready to release it.
~~~~
Ok, I just looked stacks up, and if I am reading it correctly, a stack is stored information that adds information and receives takes out the data that was most recently put in. From what I have just read, it uses a push-pop method. When storing information, it does a check to make sure there is space (Seems like arrays to me), but it also uses pointers. Pointers point to a specific point within the stack (If I am not mistaken, just like in C++, pointers point to a specific block in memory.), where the stack pointer grows downward. I do not feel like explaining it now as it is quite a bit of typing, but I think I understand it.
Am I correct in that, or not? If it is, then I understand the concept, but not the practice...