當我嘗試編譯我的程序首先我得到這個錯誤: 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