int main() { // Apelare Complex c1; const Complex c2; c1.GetRe(); // Corect c1.SetRe(5); // Corect c2.GetRe(); // Corect c2.SetRe(5); // Incorect }