Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我没有在任何地方使用它,在使用其他程序时我有疑问。如何将二进制数作为命令行参数传递,哪些函数可用于转换为整数?
例子:
./HelloWorld b1010
上面的代码我想读为整数 10。有什么建议吗?
使用底数为 2 的strtol。首先删除/检查 b 字符。