atof ----如用ui Editor做出的对话框 如要获取输入框中的值 double类型:
ProUIInputpanelValueGet(dialog_Create,"InputPanel2",&Inp_a2);
ProWstringToString (C_a2,Inp_a2); //转换为char*
double a2 = atof(C_a2); //转换为double型
atoi --如何把 char** 转换为 int 类型
//给出列表中当前选定项目的名称
ProUIListSelectednamesGet(dialog_CeShi,"list",&n_sel,&selection);
//行号转化为int类型 以便用 ProUIListLabelsGet() 得到列表的文本
int i=atoi(*selection);
如何把char** 转为 wchar_t * r 如下:
char **Lable;
ProName name;
ProStringToWstring(name,*Lable);
免责声明:本文系网络转载或改编,未找到原创作者,版权归原作者所有。如涉及版权,请联系删