Hi again everyone.
This is going to sound really dumb but I have to ask it because I'm not very advanced at C++.
If I have a function such as Funct(int *arg1, int *arg2) , how do I use this function in a program.
Can I just enter the values such as Funct(1,2) or do I have to use variables like &arg1 = 1 and &arg2 = 2 and then use the pointer variables as arguments? (I'm just getting confused now).
I told you this was a newbie question.
Thanks. Hope to hear from somebody soon.