123456789101112
MyObj() { for(int i=0; i<10; i++) { array[i]=i+10; letters[i]=const_cast<char>(i+65); } }
char C = 65;