马宁 发表于 2014-3-28 20:41:20

C语言文件问题求指教

if((fp=fopen("d:\\jrzh\\example\\string","wt+"))==NULL){
      printf("Cannot open file strike any key exit!");
      getch();
      exit(1);
和 if((fp=fopen("d:\\jrzh\\example\\string","wt+"))==NULL){
       { printf("Cannot open file!");
      exit(0);}请问有什么差别每次做题我都按第二个来可是今天看到第一种形式的不知道什么时候用哪种方式,我是新手麻烦指点一二谢谢各位大侠。。。。。。。。。。。。{:7_163:}

oggplay 发表于 2014-3-28 21:03:36

你难道不包含头文件??#include <curses.h>
页: [1]
查看完整版本: C语言文件问题求指教