How to go the end of the current line in a file and check the character in c++?

后端 未结 0 1567
猫巷女王i
猫巷女王i 2021-01-13 04:24

In my project, I have two structs:

struct spell {
    string name;
    string effect;
};

struct spellbook {
    string title;
    string author;
    int page         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题