Error while returning an object pointer?I figured it out, I think. With the original code, where the class "node" was nested in the class "...
Error while returning an object pointer?So I took the nested class "node" out of the class "studentList". I also made a node constructor. ...
Error while returning an object pointer?Could it be that the node * finder is automatically deleted before I can return it since it's create...
Error while returning an object pointer?Ok so I applied the scoping operator. Here is the new code and errors. [code]node * studentList::f...
Error while returning an object pointer?Oh wait, I believe it's because I didn't apply the scoping operator to the method. I should have pu...
This user does not accept Private Messages