Re: [請問] 急問ultraedit 巨集設定問題

看板EzHotKey作者 (楓霧)時間16年前 (2009/02/08 00:13), 編輯推噓0(002)
留言2則, 2人參與, 最新討論串6/6 (看更多)
我也提供非巨集的寫法...,不知道有沒有違反板規... 剛才無聊寫的,c語言寫的 #include <stdio.h> int main() { char row[500]; char word[]="總經理"; char word2[]="法人"; FILE* cfPtr; FILE* cf2Ptr; cf2Ptr=fopen("result.txt","w"); if ((cfPtr=fopen("test.txt","r"))==NULL) printf("File could not be opened"); else{ while(!feof(cfPtr)){ if(fgets(row,500,cfPtr)!=NULL) if(strstr(row,word)!=NULL && strstr(row,word2)==NULL) fputs(row,cf2Ptr); } fcloseall(); } return 0; } -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.118.207.32

02/08 17:58, , 1F
這樣不會違反板規的~~ ^__^
02/08 17:58, 1F

02/09 19:41, , 2F
謝謝大大,資料大概弄的差不多了,編輯器果然好用
02/09 19:41, 2F
文章代碼(AID): #19ZRD6xI (EzHotKey)
文章代碼(AID): #19ZRD6xI (EzHotKey)