pointers

    -3熱度

    2回答

    我有這樣一個功能: void foo(structTemp* p) { . p->field1 = 1; p->field2 = 2; . foo_2(?????); } void foo_2(structTemp* p, int c) { Need to use the pointer 'p' from foo here in

    10熱度

    2回答

    我在與Valgrind的一個問題: 這是我的節目(以及在錯誤出現的主要部分): int main() { char comanda[N]; .... char *p; while(fgets(comanda,100,stdin)!=NULL) { p=strtok(comanda," \n"); if (strcmp(comanda,"INIT")==0)

    1熱度

    1回答

    我在Access 2010中的VBA代碼有問題。我聲明一個類型,但是當我嘗試獲取此類型的變量的指針(與函數VarPtr)時,我得到一個compilation error: incompatible type 。 Dim dm As DEVMODE Dim pd As PRINTER_DEFAULTS pd.pDevMode = VarPtr(dm) ' the line that throw

    3熱度

    2回答

    我有數千甚至更多的獨特情況下,開關case語句。用戶難以通過案例號來記住每個案例。所以,我使用的每一種情況下的唯一字符串和散列它來獲得選擇「SEL」對於給定的字符串: % Example c code sel =hashfunction(string) switch (sel) { case 0: func0(); case 1:

    9熱度

    2回答

    我已經在某種程度上與此相關的其他線程四處尋找,但不知何故,我只是不明白它傳遞參數... 我想對我已評估過的一組值進行一些FFT,並編寫該程序首先讀取值並將其保存到大小爲n的數組中。 int main() { // some variables and also a bit of code to read the 'messwerte.txt' printf("Geben sie an

    0熱度

    1回答

    的結構 typedef struct Recording_Settings recording_settings; struct Recording_Settings { gchar *profile; gchar *destination; }; recording_settings rec_settings; 我得到一個警告,當我嘗試這樣做 static vo

    1熱度

    3回答

    可能重複: Dereferencing void pointers 我有一個函數調用這種方式: void foo(void *context) //function prototype .. .. .. main() { . . foo(&(ptr->block)); //where ptr->block is of type integer. . . . void foo

    0熱度

    1回答

    可能重複: What are the differences between pointer variable and reference variable in C++? 兩者的性能代價和功能明智? 這意味着,如果你想有一個函數調用時modifiy一些指針指向一些數據的內容,通過指針變量工作完全一樣傳遞引用參數?

    1熱度

    1回答

    這將是在一個 兩個問題我有碼的兩個件,唯一的區別是INT * a的聲明之間的順序;和int cpt = 0;上線6和7 情況1: #include <iostream> using namespace std; int main() { cout<<"begin"<<endl; int* a; int cpt = 0; cout<<"after ini

    5熱度

    3回答

    我遇到硬故障,出現在看似隨機的時間,其中指針指向地址A5或FF(我允許的內存空間很遠低於80000000及以上)。它似乎總是與這兩個值相同的指針。 我正在使用運行STM32F205RE處理器的嵌入式系統,該處理器與發生此錯誤的fm/bluetooth/gps芯片(稱爲cg2900)進行通信。 使用調試器我可以看到指針分別在幾個testruns期間指向地址A5和FF。然而,它似乎隨機發生,有時我可以