pengxuan 发表于 2009-10-3 20:06:00

类型转换的问题

<p>请教一个关于类型转换的问题------</p><p>Adesk::UInt16 colorIndex = atoi(layerInfos.GetAt(1));//layerinfos为CStringArray类型,错误为:</p><p>1&gt;e:\my prog\operatelayer\operatelayer\acrxentrypoint.cpp(285) : error C2664: 'atoi' : cannot convert parameter 1 from 'const CString' to 'const char *'<br/></p>

netthree 发表于 2009-10-4 21:49:00

不用atoi() 用_ttoi()

不用atoi() 用_ttoi()

pengxuan 发表于 2009-10-5 13:57:00

<p>嗯,好了,感谢楼上!</p>
页: [1]
查看完整版本: 类型转换的问题