Hello everyone, I am in my first semester on C++ and I am wondering if someone could clarify my understanding of pointers.
Are pointers used sort of the same way as global variables.
In other words can I use a pointer just like I use a global variable in my program?
