I am getting this annoying error and I don\'t know why =( ! This is the question , I solved it but I am having a problem with the constructor.
Write a
You should define a constructor with no parameters called default constructor. You can initialize related members to the default values.
Circle::Circle() { radius = 0.0 }