CStringd;
d.Format(_T("%d"),c);//整型转字符串
AfxMessageBox(d);
inte=_ttoi(_T("123"));//字符串转整型
分类:
其他好文 时间:
2017-10-08 10:24:34
阅读次数:
200
import socket,struct,sys,getopt,string
def doAnalysis(ifile, ofile):
infile = open(ifile, ‘r‘)
onfile = open(ofile, ‘w‘)
for line in infile.readlines():
info = line.split(‘\t‘)...
分类:
编程语言 时间:
2015-09-25 13:25:41
阅读次数:
186