User profile: Aruisa3725

User info
User name:Aruisa3725
Email:aruisa3725@hotmail.com
History
Joined:
Number of posts:2
Latest posts:

I'm learning C++ and I have a question about the tutorial on pointers
Okay, 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,...