📜  c++ 代码示例中的字符 cin(userInput)

📅  最后修改于: 2022-03-11 14:44:52.323000             🧑  作者: Mango

代码示例1
char c[10];
    cin.getline(c,10);