会做饭的网络工程师的博客用法比较单一,请大家结合代码和注释进行理解 ... //定义文件指针 char filename[200]; //存放输入的文件名字 char str[200]; //存放一个职工的信息 int i, j; printf("Please enter the file name:\n"); gets(fi
木木是个小尾巴的博客声明:突然看到这篇文章,发现了c语言中使用全局变量的错误,特转之。首先看一段代码(https://gist.github.com/3760736)func.cintbuf=0;voidfunc(){buf=2;/* Do something else */}view raw func.c This Gistbrought...