标签: c++
听起来像一个愚蠢的问题,我知道如何在C#中做到这一点,请你帮忙!
C ++示例:
char input; cin>>input; if (input == '1') { //Put code here! }
C#示例:
if (option.Key == ConsoleKey.D1) { //Put code here! }