the C++ pointer tutorial website. Here you will be able to learn how to use the C++ pointer at your on pace on a variety of levels.

The JavaPtr website provides you with tutorials and notes for each one of the three levels, which consist of beginner, intermediate, and advanced.

  • Beginner- an introduction to the C++ pointer. Will allow a user who is new to programming, be able to grasp the concepts of pointers. Explains, where and when to use them in regards to basic programming.
  • Intermediate- allows an experienced programmer to review basic concepts of pointers while learning new ones. They will be introduced to link-lists and how to implement them.
  • Advance- assumes the user has experience with pointers and goes into depth of the usage of link lists. An advanced user will learn the theory behind stacks and queues, and how to implement them using a link-list.

After you go through a tutorial and review the notes you can take a quiz to see how much you have learned.

This site also provides other helpful sites to go to as well as recommended books to read in the reference section. We hope you find this website useful and to your liking. Enjoy!