摘要: int a; //转换的目标变量。 char c = '7'; //要转换的字符。 a = c - '0'; out a = 7 阅读全文
posted @ 2022-11-04 09:20 hiccup_lh 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 安装: sudo apt-get install valgrind valgrind-dbg 使用教程: https://blog.csdn.net/tissar/article/details/87194737 阅读全文
posted @ 2022-11-04 09:16 hiccup_lh 阅读(23) 评论(0) 推荐(0) 编辑