I'm trying to learn C ++ from the internet, I understood more or less what pointers are but I do not see a utility, I do not know anything about C ++. I just do not want to go over this subject, I did a test that I think should work, to see the speed of the pointers vs the normal variables.
Because in both tests the speed is practically the same if one uses pointers and the other does not?