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.
我对包含 55 个随机数列表(全部在一个列中)的文本文件有疑问。我想要做的是要求用户选择一个行号,以便我可以提出它,但我不知道为此在代码中输入什么。
我正在尝试做一个小游戏,重点是要求用户选择一条线,然后让他/她猜测该线上隐藏的数字。
任何建议都会非常有帮助。谢谢
查看fgets()标准库中的函数,它是读取一行文本的最佳方法之一。
fgets()