Domande taggate «nodes»




5
Perché NULL non è dichiarato?
Ho un problema con questo costruttore della struttura quando provo a compilare questo codice: typedef struct Node { Node( int data ) // { this->data = data; previous = NULL; // Compiler indicates here next = NULL; } int data; Node* previous; Node* next; } NODE; quando vengo si verifica …
87 c++  syntax  nodes 
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.