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


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



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




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

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