天空是藍(lán)色的

          做好軟件為中國 #gcc -c helloworld.c -o helloworld.o //編譯目標(biāo)文件 #gcc helloworld.o -o helloworld //編譯成可執(zhí)行exe #helloworld //運(yùn)行exe
          數(shù)據(jù)加載中……
          C輸出文件函數(shù)
          #include<stdio.h>
          int main()
          {
           FILE *fp;
            fp=fopen("fileout.txt","w+");
            fprintf(fp,"Helloworld");
            fputc('\n',fp);
            fclose(fp);
            return 0;
          }

          posted on 2006-02-13 17:16 bluesky 閱讀(1022) 評論(0)  編輯  收藏 所屬分類: C/C++

          主站蜘蛛池模板: 黄山市| 红桥区| 加查县| 久治县| 泰安市| 织金县| 鄂托克前旗| 高陵县| 肃宁县| 石家庄市| 六安市| 瓦房店市| 清镇市| 小金县| 辰溪县| 荆州市| 桦甸市| 金平| 庆城县| 巴南区| 淅川县| 磐石市| 昭通市| 南昌县| 专栏| 蓝田县| 七台河市| 西吉县| 平顶山市| 土默特左旗| 温州市| 贵德县| 太仓市| 噶尔县| 邓州市| 中山市| 雷州市| 安乡县| 南溪县| 隆安县| 宁陵县|