为啥加了宏定义,在VS2013中可以使用gets,在VS2015中就不行了呢

为什么加了宏定义,在VS2013中可以使用gets,在VS2015中就不行了呢?
为啥加了宏定义,在VS2013中可以使用gets,在VS2015中就不行了呢
------解决思路----------------------
在vc6.0中可以使用gets
在vs中使用gets_s或直接使用fgets
------解决思路----------------------
VC6 for(int i .....) 循环完了还能用i, 旧的东西就是旧的东西.
C11 标准中被弃用, 直接搜一下都有了
引用
The most recent revision of the C standard (2011) has definitively removed this function from its specification.
The function is deprecated in C++ (as of 2011 standard, which follows C99+TC3).