> but i really wanna use them or i'll never get the hang of them.
But you don't have any pointers, you just have an array which you've decided to access using pointer notation.

As WaltP suggests, start with writing things like strcmp() before moving onto more complex things like multi-dimensional arrays and such-like

Try this for a much more detailed explanation of pointers.