Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在 wxWidgets 中保存文件。没有向导!
特别是,我想将一个字符串保存Hello world!到文件中。希望你能帮忙!
Hello world!
wxTextFile应该对此有所帮助。 示例代码。