std::ifstream inputVelocity("input/inputVelocity.dat"); std::string lineInputVelocity; while (std::getline(inputVelocity, lineInputVelocity)) { ...
確定! 回上一頁