Hi ! I am wondering what -> means ? Is it some kind of pointer? Then when do you use it cause in a code there were a -> and I changed it with a * pointer and it didn't work xD..
If you don't understand how to use -> then I wouldn't be using pointers. Your opening yourself up a whole raft of memory management issues you don't understand yet.
Read some tutorials on dynamic memory allocation, dynamic object creation and object orientated development to get a good grounding in how they are used correctly.