C++ (Qt)ssef temp1, temp2, temp3[10];temp1 = temp2;temp3[0].v[0] = 1;std::cout << temp3[0] << " " << temp3 << std::endl; // <1, 0, 0, 0> 0xb03fecd4 temp3[0] = temp2; // EXC_BAD_ACCESS