Thanks, but I think I maybe did not express it right.
In my program, I would like to read a table of integers from a file, store it in an array and ensure that they would stay unchanged from then on (by using const).
So is there a way to define a:
const* int
So that when I use new, I can assign them all once ?