Hello all! Can you help me with the following issue?
I have a pointer BYTE *input and i initialize it like that:
input=new BYTE[array_length] and then i pass the variable "input" as a parameter to a function my_function(inp ut);
My question is how do i get the array_length value, being in my_function()?
Thanks
I have a pointer BYTE *input and i initialize it like that:
input=new BYTE[array_length] and then i pass the variable "input" as a parameter to a function my_function(inp ut);
My question is how do i get the array_length value, being in my_function()?
Thanks
Comment