我想把用户输入的内容保存到一个.dat文件中,但是这似乎行不通,我也不知道为什么。有没有更好的方法来读写文本文件。Hotel::check_availabilty(int room_type){
std::ifstream room_check("Room_Bookings.datclears the screen
int room_type;
std::ofstream room_Booking(&
我正在编写一个简单的收集卡片游戏平台构建程序,但文件的读写被证明是有问题的。下面是我正在尝试使用的"addDeck“方法的代码: * Adds a deckid and a deckname to decks.dat file.public static voidAddDeck() throws IOException {
// Opens the decks.dat file.文件每次增加一行。但是,无论我调用这个方法多少次,