我不能讓輸入/輸出正常工作。請幫忙。我可以使用scanf作爲字符串嗎?
這裏是我的代碼...
char choice1;
printf("This is a text game! You will be shown what is going on");
printf("\nand it is up to you to decide what to do.");
printf("\n\nThere is a gem on the ground.");
printf("\nWhat do you want to do");
printf("\n>");
scanf("%c", &choice1);
if (choice1 == pick up gem) {
printf("Got Gem");
}
「現在有人如何在Objective-C中製作文字冒險遊戲嗎?」 -是。 – 2013-02-27 22:50:46
什麼是「拾取寶石」?你的主題與你的問題沒什麼關係。 – Mahesh 2013-02-27 22:51:20
也許你需要取消輸入的單詞? – 2013-02-27 22:53:14