I understand pointers for the most part but I want to practice them. I have learned variables, loops, functions, and if and else statements. If there is anything program that uses all of the these that would be great. I mostly just want to practice the pointers though.
Why don't you try writing your own? Learn about classes, and then write a vector class (Similar to std::vector).
Or you could write a linked list using structs and functions.