标题:[求助]类型转换问题
只看楼主
飞人
Rank: 1
等 级:新手上路
帖 子:15
专家分:0
注 册:2006-3-29
 问题点数:0 回复次数:1 
[求助]类型转换问题


CString tempstr = "";
for(int i=0;i<100;i++){m_Buf[i]=0;}

GetDlgItem(IDC_EDIT_SCONTENT)->GetWindowText(tempstr);
strcpy(m_Buf,tempstr);

pSocket->Send(m_Buf,strlen(tempstr),0)

在这个语段中有strcpy和strlen函数 其原形要求参数tempstr是字符常量(const char) 而我定义为变量,在经GetWindowText(tempstr)得值后怎么变成(const char)型呢?还有什么办法处理这个问题吗?
希望好心朋友给予帮忙!

搜索更多相关主题的帖子: 类型 
2006-11-16 11:04
冰镇柠檬汁儿
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:北京
等 级:版主
威 望:120
帖 子:8074
专家分:6657
注 册:2005-11-7
得分:0 
那你定义一个const char,并把tempstr用ToChar转换后赋值给const char试试

本来无一物,何处惹尘埃
It is empty at all here, Why pm 2.5 is so TMD high!
2006-11-20 09:02



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-103331-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.135824 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved