1樓:
cstdiofile類的readstring函式,讀出來就是cstring型別的
用cstring 的find函式直接查詢這個字就行了
2樓:
cstring strfilename = "d:\\1.txt";
cfile file ;
file.open(strfilename,cfile::moderead);
;int ifileleng = file.getlength();
file.read(sztmp,ifileleng);
cstring strtext ;
strtext = sztmp ;
int ipos1 = strtext.find("北緯");
int ipos2 = strtext.find("東經");
cstring strtmp = strtext.mid(ipos1,ipos2 - ipos1);
afxmessagebox(strtmp);
}file.close();
3樓:
這樣判斷容易出錯。
你直接使用mfc的序列化, carchive ,你用用就知道了
直接 >> << 就能輸入輸出你想要的格式。
vb中判斷n是大寫字母小寫字母數字字元還是其他字元
inlude using namespace std void judgecharacter char input if cinput a cinput z if cinput 0 cinput 9 msgbox 提示錯屬誤 endl return 用ascii值判斷。具體的ascii值請查asci...
js中如何判斷字串中是否包含指定字串
正則bai 匹配 du var str this is my test var test new regexp test g 建立正 zhi則dao表達版式對權 象var result s.match test alert result js判斷字串變數是否含有某個字串的方法 方法一 var str...
c如何判斷字串中是否包含某個字元
using system using system.collections using system.collections.generic using system.linq using system.text using system.threading.tasks 擴充套件資料 c 字串處理 ...