#include "X.h" //X::X(double a, double b): c(a,b), d(b), i(0) { /* do nothing */ } X::X(double a, double b) : i(0) { c = Complex(a,b); d = Complex(b); //i = 0; }