文件名称:life
介绍说明--下载内容均来自于网络,请自行研究使用
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
}-
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
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
life.txt