VC++ Cstring转int

1.Cstring转int

int count;

CString str="1";
count= _wtoi(str);//还有其他方法atoi, _atoi_l, _wtoi, _wtoi_l

posted @ 2013-07-17 13:18  偶不是大叔  阅读(2966)  评论(0)    收藏  举报