我在新安装的Visual Studio社区2015 IDE中遇到了编译器错误(c3861):
我只是想 从stdio.h库中使用gets()函数,并且我已经stdio.h在我的程序中包含了文件,但是编译器向我显示了如下编译器错误:
stdio.h
error C3861: 'gets': identifier not found
我该怎么做才能正确编译我的程序gets()功能.
gets()
c++ visual-studio-2015
c++ ×1
visual-studio-2015 ×1