Hi<br>I will give short information about pointers.<br>Pointers are address. You can ask, why we are using pointers in case of values. If we use pointers our program will be faster becouse we can access to address directly else when we compile our codes, the machine language will give addresses for each values ( this takes extra time of processor ) <br><br>This is the summary of the pointers. But you should read C, C++ books to get more informations. And you should care when you use pointers.<br><br>best regards.<br><br><br><br><br><br><br> <br><br>