#pragma once #ifndef LIBRARY_H #define LIBRARY_H #include <fstream> #include <string> class Library { public: Library(); ~Library(); void Write(const char* ...
確定! 回上一頁