File I/O Binary Dynamic Array Crashed
问题 #include iostream #include cmath #include fstream #include cstdlib #include string using namespace std; class Device {//Input and store Device Description and Serial Numbers protected: string serial_number; string device_description; public: Device() { serial_number = ("6DCMQ32"); device_description = ("TheDell"); } }; class Test {//Input and store Test Description, recent day, and month; Calculate the next day protected: string Test_Description; static int recent_month, recent_day, recent