I just recently began learning code, and I'm in the portion of my book where it explains pointers. I understand them completely, but on all of these forums, everyone says pointers are heart and soul of C++. Out of all the tutorials and other things, there is not one time that they use a pointer where they can just as esily assign the variables directly. So, what is the use of pointers? If anyone can post a program or some tutorial that would not be able to function without pointers would be greatly appreciated.