Just a quick nooby question:
I make a pointer to some data
[0101020202etc -> GDB1
I compile and run, and at the end the data looks a bit different
[0000000000etc
Next time I run it it starts with [000000000etc instead of the [0101020202 I am adding a pointer to
So if your with me (which is hard because its late and I can tell what I have written makes little sense), how would I make it so every time I run a program it resets the data instead of using the previous runs data?