How do I pass an array to a constructor?I found the solution after posting to stackoverflow: "The name of an array is the address of the fi...
How do I pass an array to a constructor?Thank you, but I don't want to copy the array. I think I can see why it's only passing the first va...
How do I pass an array to a constructor?My understanding is that arrays are automatically passed as pointers. Did you mean I should pass by ...
How do I pass an array to a constructor?I want to pass an array to a constructor, but only the first value is passed--the rest looks like ga...
This user does not accept Private Messages