C语言帝国

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

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

cosmococo 的 站内主页

2007
08-17

如何运行这个程序? VIEW

cosmococo编程问题提问区一条评论

/* fscanf() - fprintf() example */#include <stdio.h>#include <io.h>#include <stdlib.h> int main(void){  FILE *fp;  char s.... Read More >
2007
08-16

看不懂读键函数…… VIEW

cosmococo站点内务留下评论

int key(){    union REGS rg;    rg.h.ah=0;    int86(0x16,&rg,&rg);    return rg.h..... Read More >
作者档案

昵称:cosmococo

主页: http://blog.csdn.net/cosmococo/

邮箱:tiredboy@126.com

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