
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi guys,
I have made an generic function with an array parameter.
I call this function with different arrays, works nice...
Except one thing, i want to print status. Within that print, i want to show the array name that was handled on the moment of printing.
Code snippet of function header:
int BepaalWaarde(int& array[], string EntExit)
{
for example something like this: Print("Arrayname: ", array[].name);
Thanks for your answers!
Kind Regards,
Richard