What kind of data structure can I use to get the CEdit*'s into the array? I have tried making the CEdit* static and const and then initializing it with a = {} in the *.c file. While this works for ...