完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我正在尝试比较输入字符串,并使用COSMIC C环境。我对他们提供的strcmp功能没有运气,所以我放弃了自己编写的...
但还是想知道出了什么问题...... 这是测试用例,当我运行它时,strcmp的结果总是为零: 有人有想法吗? 以上来自于谷歌翻译 以下为原文 I'm trying to compare an input string, and using the COSMIC C environment. I've had no luck with their supplied strcmp function, so I gave up and wrote my own... But still wondering what is wrong... Here is the test case, when I run it, the result of strcmp is always zero: Anyone has an idea?
|
|
相关推荐
2个回答
|
|
你好,
strcmp返回一个int:在你的例子中,返回的int是0xFF00,当你把它转换为char时,你会丢失它中的有用信息。 如果使用int而不是char,则代码将按预期工作。 问候。 以上来自于谷歌翻译 以下为原文 Hello, strcmp returns an int: in your example the int returned is 0xFF00 and, when you cast it to a char, you loose the useful information in it. If you use an int instead of a char your code will work as expected. Regards. |
|
|
|
啊哈,不知道它返回了16位。
我会试试的,谢谢! 以上来自于谷歌翻译 以下为原文 Aha, didn't know it returned 16 bit. I'll try that, thank you! |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2617 浏览 1 评论
3203 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1776 浏览 1 评论
3602 浏览 6 评论
5981 浏览 21 评论
931浏览 4评论
1308浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
576浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1295浏览 3评论
1350浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-19 08:23 , Processed in 1.118595 second(s), Total 80, Slave 64 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号