码迷,mamicode.com
首页 > 其他好文 > 详细

gcc 使用 stdio.h

时间:2016-12-24 13:54:03      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:log   ++   printf   span   include   code   class   int   main   

9876543210z@z:~/funnyC++$ cat main.cpp 
#include <stdio.h>

int main()
{
    int x = 10;
    while (x --> 0)
    {
        printf("%d", x);
    }
}

 

gcc 使用 stdio.h

标签:log   ++   printf   span   include   code   class   int   main   

原文地址:http://www.cnblogs.com/funnyweb/p/6217139.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!