C 讀取檔案中的內容

2021-06-01 23:01:15 字數 884 閱讀 4903

題目要求:

txt文字中的內容格式如下:

!name1

number=4

point=1 2 3 4 5 6 7 8

獲取點的個數和值

#include #include #include #include using namespace std;

typedef struct _point point;

typedef struct _point* hpoint;

struct _point

;bool getfilecontent(const string strfilepath, vector&vscontent)

; file.open(strfilepath.c_str(), fstream::in);

if (file.is_open())

memset(szline, 0, sizeof(szline));

}bret = true;

} }return bret;

}bool getstrfromcontent(vector&vscontent, const string strsrc, string &strdest)

} }return bret;

}int main(int argc, char *argv)

if (getstrfromcontent(vscontent, "point", strdest))

{ string strtemp = strdest;

string lefttemp;

string righttemp;

int count = number*2;

for (int i=0; i

不能隨便多個空格或者等號右邊不是數字之類的。

C讀取檔案內容

include include include include include char getfilecontent const char psfilename int nfilelen lseek pf,0,seek end lseek pf,0,seek set char psfilecont...

C 讀取json檔案內容

int main int argc,const char argv return runtest opts catch const std exception e std string strvalue json reader reader json解析 json value value 表示乙個j...

C語言 讀取檔案內容

讀取檔案文字內容 要讀取的目標檔案 要讀取的目標內容 執行前請將 檔案和要讀取的檔案放在同一目錄下。include intmain void else fclose fp return0 執行結果 在該執行環境中保證能夠開啟檔案,保持這樣的檔名的最大長度所需的陣列元素個數。fgetc函式 標頭檔案原...