C语言帝国

X 我知道了TIPS:左右滑动导航栏可以查看更多栏目

订阅RSS
  • 首页
  • C语言帝国QQ群
  • 首页
  • C语言帝国QQ群

syfeagle 的 站内主页

2009
04-07

新手求助 VIEW

syfeagle编程问题提问区6 条评论

#include <stdio.h>int main(void){    int i=8;    printf("%d %d %d\n",++i,--i,i++);    return 0;}用gcc编译的时候报以下错误是怎么回事?Example5.c: In function `main':Ex.... Read More >
作者档案

昵称:syfeagle

邮箱:shuyunf@gmail.com

返回顶部     登录  注册   网站地图   闽ICP备05035124号-7
©2013 C语言帝国