yes, I think you have the right idea. The prototype might look something like this:
void foo(int* prm1, int* prm2, int* prm3);
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
Or in case you've by mistake posted this in C instead of C++ the prototype of interest would be
void foo(int& prm1, int& prm2, int& prm3);
thekashyap
Practically a Posting Shark
811 posts since Feb 2007
Reputation Points: 254
Solved Threads: 75