I'm writing a simple link-listed object but I'm getting a runtime error (memory reading)
I am relatively new to programming and I've looked through the code and I cannot spot anything that would cause any problems, that's probably just pipe-vision and one of you guys will spot the problem straight away.
Thanks Peter87, now another problem I have is that during run-time 'pCurrent' is being used without being initialized. I know why, but I am confused as to why I have been given this code on my University course inside a 300+ page "Advanced Programming with C++" course book given to me by my tutor.
Is this code viable? will it actually work the way it has been illustrated here give or take a few changes to code?