//This is how you use new in c++ int * v = new int[5] //5 elements of type int // [pointer] = new [type] [size]