#include <stdio.h>
#include <stdlib.h>
int main()
{
FILE *fptr;
char ch, ch1;
char str; // 50 句, 每句 4096 個英文字 約 2048 個中文字
int line, index;
int i;
fptr = fopen("C:\\Documents and Settings\\junco\\桌面\\aa.txt","r");//文章路徑
line = 0;
index = 0;
while((ch=fgetc(fptr))!=EOF)
{
if ((ch&0xFF) == 0xA1)
{
ch1 = fgetc(fptr) & 0xFF;
if ((ch1 == 0x41) || (ch1 == 0x43)) //, = 0xA141、 = 0 ..
訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容