leoleoasd / blog

Hosted by Github Pages.
0 stars 1 forks source link

C++与C的区别 | Leo #4

Closed leoleoasd closed 1 year ago

leoleoasd commented 4 years ago

https://leoleoasd.me/2019/11/09/c-yu-c-de-qu-bie/

CPP 与 C区别1: 头文件不同C++头文件没有.h C语言:

include <stdio.h>

C++语言:

include <cstdio>

include <stack> // C++头文件

如果要在c+