Help With Linked ListI tried doing something similar to that and it kept on giving me an error saying: Error: Movie::Movi...
Help With Linked ListGot it, this seemed to work. [code]Node<Movie*>* root = new Node<Movie*>(n,NULL,NULL);[/code]
Help With Linked ListOkay, I get that. So I tried Movie n = new Movie(s); and it said cannot convert Movie* to Movie, ho...
Help With Linked ListSo for my hw, I have to create a linked list of movie objects. This is the code for a Node class ...
This user does not accept Private Messages