gcc 使用 stdio.h
生活随笔
收集整理的这篇文章主要介绍了
gcc 使用 stdio.h
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
9876543210z@z:~/funnyC++$ cat main.cpp
#include <stdio.h>int main()
{int x = 10;while (x --> 0){printf("%d", x);}
}
转载于:https://www.cnblogs.com/funnyweb/p/6217139.html
总结
以上是生活随笔为你收集整理的gcc 使用 stdio.h的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: WGS84经纬度坐标与WEB摩卡托坐标转
- 下一篇: Sublime P4语法高亮设置