软讯网络 > 编程语言 > C/C++ > 在标准c++中当使用strcpy(),strcat()等函数时为什么可以不要#include?
【标 题】:在标准c++中当使用strcpy(),strcat()等函数时为什么可以不要#include?
【关键字】:
c,in,函数,at,c++,str,include,inc,strcpy,strcat,include
【来 源】:BLOG.CSDN.NET
在标准c++中当使用strcpy(),strcat()等函数时为什么可以不要#include?
请问:在标准c++中当使用strcpy(),strcat()等函数时为什么可以不要#include<cstring>?我用的VC.NET和VC6.0都是这个样子。