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.
为班级做这个作业,我不确定这部分是什么意思。我们应该创建一个程序,提示用户输入命令并存储它们,但命令应该是整数,但里面有字母。不知道如何处理。
int getCommand() 返回 CMD_LET、CMD_DOC、CMD_PRINT、CMD_DO、CMD_HISTORY 或 CMD_END 以指示它是什么命令。
您可以使用 ENUM 来执行 JOB 和 ENUM 映射,例如 CMD_LET=1、CMD_DOC=2 等等,每种编程语言的 enum 实现应该几乎相同