Can I make global array to private class array member?
Posted: Wed Feb 14, 2007 6:11 am
I have class which have array.
Since the array is big, I want to separate the array to different file and "load" it to the class.
Normal include will make the array global variable, although I can pass it to the class, It still global variable.
How does I include array as a private field of a class?
Since the array is big, I want to separate the array to different file and "load" it to the class.
Normal include will make the array global variable, although I can pass it to the class, It still global variable.
How does I include array as a private field of a class?