Posted in USA c++ – Use new operator to initialise an array – Stack Overflow October 8, 2025 I want to initialise an array in the format that uses commas to separate the elements surrounded in curly braces e.g: int array[10]={1,2,3,4,5,6,7,8,9,10}; However, I need to use the new operator to Read More