I'm using g++ 4.6. Should that make a difference? All i want to do is make a const array of string that a class can use. How else could I initialize the array cos the compiler is still throwing out errors?
/tmp/ccWbqy0Y.o: In function `Painting::display()':
qu7.cpp:(.text+0x103): undefined reference to `Item::mediumar'
collect2: ld returned 1 exit status