Alright, i went ahead and fixed an error in the dice game. I forgot to incorporate the srand() function, and without this to seed the rand() function you will continually get the same random output.
Now, on to Pointers. Pointers allow us to reference a specific block of memory that is containing a variable. To illustrate this, i will give an...
Here is a little program i wrote. It will introduce you to my upcoming blog entry, Pointers. Enjoy and let me know what you think.
...