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.
我想将字符串转换为无符号短整数。
下面是代码:
unsigned short int file2[3072]={0}; string file1; file1="hello";
不知道如何继续。请帮助。谢谢。