everest% CC main2.C box1.C main2.C: "main2.C", line 11: error(1238): member "Box::length" is inaccessible cout << "b.length = " << b.length << "\n" ; ^ 1 error detected in the compilation of "main2.C". box1.C: