在下面的代碼中,我得到編譯時錯誤,因爲i被視爲變體。錯誤是:「ByRef參數類型不匹配」。 但是,如果我通過參數ByVal,爲什麼沒有錯誤? Private Sub Command2_Click()
Dim i, j As Integer
i = 5
j = 7
Call Swap(i, j)
End Sub
Public Sub Swap(ByRef
所以,我有一些代碼,有點像下面的結構增加結構的列表: void barPush(BarList * list,Bar * bar)
{
// if there is no move to add, then we are done
if (bar == NULL) return;//EMPTY_LIST;
// allocate space for the new