int *Total_DealerPerGame = new int[5];
Total_DealerPerGame = helper::local_search::dealer_assign(some pointers and variables);
std::ofstream logging;
指针“Total_DealerPerGame”的值在自动运行“ofstream logging”行后发生变化。这两条线的关系是什么?什么应该修改我的价值?我应该怎么做才能防止它呢?