stdlib.h和cstdlib的区别

#include<stdlib.h> :.h是 老的,非模版化的版本

#include<cstdlib> : 新的,模版化的版本

你可能感兴趣的:(stdlib.h和cstdlib的区别)