I'm learning C++ and I have a question about the tutorial on pointersOkay, that solves my question! Thank you very much for your help :D
I'm learning C++ and I have a question about the tutorial on pointers// more pointers #include <iostream> using namespace std; int main () { int firstvalue = 5,...