Pointers Practice

Aug 10, 2012 at 3:16am
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.
Aug 10, 2012 at 3:24am
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.
Topic archived. No new replies allowed.