• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
demps_c
博客园    首页    新随笔    联系   管理    订阅  订阅
07 2013 档案
why

摘要:char s[]= "/home";opendir(s);char s1[] = " /home"char *p = s + 2;opendir(p); 都没有错误。 阅读全文
posted @ 2013-07-31 20:18 demps_c 阅读(104) 评论(0) 推荐(0)
实现ls命令,错误在哪儿

摘要:#include #include int main(){ DIR *d1; struct dirent *dir1; const int maxline = 100; char buf[maxline]; printf("please input command\n"); scanf("%s",buf); int i = 0; char c; for(i = 0;i d_name); closedir(d1); ... 阅读全文
posted @ 2013-07-31 19:33 demps_c 阅读(229) 评论(0) 推荐(0)
七天学习unix高级编程

摘要:七天 阅读全文
posted @ 2013-07-31 19:31 demps_c 阅读(125) 评论(0) 推荐(0)
学习

摘要:typedef int(*a)(int b);typedef int(c)(int a);int f1(int i){ return i * i;}int f2(a a1,c c1){ int i = 99; printf("%5d %5d\n",a1(i),c1(i)); return a1(i) + c1(i);}int main(){ int j = 199; c c2 = f1; printf("%d\n",c2(j)); printf("%d\n",f2(f1,f1)); return 0;} 阅读全文
posted @ 2013-07-24 12:15 demps_c 阅读(131) 评论(0) 推荐(0)

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3