«nodes» etiketlenmiş sorular




5
NULL neden bildirilmemiş?
Bu kodu derlemeye çalıştığımda bu yapı oluşturucusuyla ilgili bir sorun yaşıyorum: typedef struct Node { Node( int data ) // { this->data = data; previous = NULL; // Compiler indicates here next = NULL; } int data; Node* previous; Node* next; } NODE; geldiğimde bu hata oluşuyor: \linkedlist\linkedlist.h||In constructor `Node::Node(int)':| …
87 c++  syntax  nodes 
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.