提示 gets
这样用的。。gets(pinputstr);
pinputstr是指向一个char数组的指针。。
但是提示
1>d:\codefile\hello\hello\add.c(19): warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(277) : 参见“gets”的声明
网上说要用。。gets_s
但是。。VS2010好像不识别,,,是不是我用错了。。