Пример #1
0
void Complex::subtract(Complex c) {
	c.negitive();
	this->add(c);
}