当我尝试编译我的程序首先我得到这个错误: error: ‘uint32_t’ does not name a type 然后我包括 #include <stdint.h>
现在变成了这个错误: /include/stdint.h:52: error: conflicting declaration ‘typedef unsigned int uint32_t’ /cuda/include/ve
我正在处理一个可以处理大于4个uint32_t元素的大整数的代码。我创建了一个名为BigInteger的类和一些运算符。问题是我得到一些错误,但我没有看到发生了什么问题。我已经将这些错误添加为注释。希望可以有人帮帮我。 在此先感谢! /*The big integer exist of 4 uint32_t elements, the integer is equal to leftLeftlef