Skip to content

04-头文件 ​

在cpp中 头文件的引入有两种: 1.传统c: #include <math.h>

2.cpp方法: #include <cmath>

最近更新