I'm trying to create a dynamic array of type int and using a for loop trying to assign a value to each element of the array. I'm getting a syntax error while doing so

In reply to bmorris:

why shud’nt it be just

int cores;
cores = new[no_cores];