What's the difference between cstdlib and stdlib.h?

前端 未结 3 1628
南笙
南笙 2020-12-04 11:53

When writing C++ code is there any difference between:

#include 

and

#include 
3条回答
提交回复
热议问题