我正在尝试做一个程序,将用户输入的数据存储在一个文本文件中,文本文件的名称由用户提供。程序将在用户进入退出时终止。H的strcmp函数用于字符串比较,fgets()用于从stdin读取数据。这是我的代码。void main() char file[60]; // will store file name fgets</e
在过去的几天里,我一直在使用Coderbyte.com来解决C中的一些编码问题。我通常使用Codeblock作为我的IDE,我注意到有时候Coderbyte中的工作解决方案会在Codeblock中抛出一个错误。它在main函数中抛出错误,它说:
warning: passing argument 1 of 'gets' from incompatible pointer type [enabled by defau