How would I do something like this. I tried the new key word, but I always got a size that was larger than I wanted.

Code:
int function(int n)
{
	int * i[n];
	return (i);
}