1.不用 CString 类,有没有函数可以像 CString类里面的 Find, Replace, Left, Mid, Right 之类的函数操作 char变量 ?2.StrToInt,使用的时候说undeclared identifier,那需要包含哪些库?
3.有没有 StrToInt的反函数?即参数是数字,返回是字符串?