我有两个char数组:
unsigned char a[8];
和
unsigned char b[8];
我怎样才能进行XOR操作:
p[i]=a[i]^b[i]
谢谢你的回答.
c++
c++ ×1