這是我的c代碼,需要從十進制轉換爲基數32。獲取奇怪的符號作爲輸出。 #include <stdio.h>
char * f(unsigned int num){
static char base[3];
unsigned int mask=1,base32=0;
int i,j;
for (j=0;j<3;j++)
我正在製作10個字符進入我的vb項目中的文本框轉換成Base32。這是我的代碼。我收到錯誤 'String'類型的值無法轉換爲'Byte()'。 WindowsApplication2 Private Sub Ok_Click(sender As Object, e As EventArgs) Handles Ok.Click
Dim DataToEncode As Byte() = txtb