lundi 16 mars 2015

Defining NULL for an array of pointers in cpp


I wrote a class in cpp that in it I wrote:



class Node{
private:
Node*m[200]=NULL;
};


(This is a part of the class)But I receive errors. What should I do for defining an array of pointers, NULL ? Thanks!




Aucun commentaire:

Enregistrer un commentaire