Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: life Download
 Description: CString aa,bb if(theApp.m_strzeren.GetLength()>256 ) { int len=0 aa=InterceptString(len,theApp.m_strzeren) len=aa.GetLength() bb=theApp.m_strzeren.Mid(len) } else aa=theApp.m_strzeren 以上为调用部分 以下为函数部分 CString CPage1::InterceptString(int qlen, CString strSource) { int len,i,y CString sTemp,sreturn,ceshi strSource.TrimLeft() strSource.TrimRight() len=strSource.GetLength() y=0 sTemp=strSource.Right(len-qlen) for(i=0 i<len i++) { if(sTemp[y]<0 || sTemp[y]>255) y=y+2 else y=y+1 if(y>=250) break } sreturn=sTemp.Left(y) return sreturn }
 Downloaders recently: [More information of uploader yulin777]
 To Search:
File list (Check if you may need any files):
life.txt
    

CodeBus www.codebus.net