GeSHi (cpp):typedef struct { int *array;} SomeStruct; // later int elems[] = {1,2,3,4,5}; SomeStruct ss;ss.array = elems; Created by GeSHI 1.0.7.18