Char* Pointer Returns[code]#pragma once class LeafNode { private: char* leafName; LeafNode* next; LeafNode* previous; ...
Char* Pointer Returns[code]#include <iostream> #include <cstdlib> #include "LeafNode.h" #include "LeafList.h" using name...
Char* Pointer Returns[code]void LeafList::addLeafAtEnd(char* name) { cout << "adding Leaf " << name << " at end\n"; Lea...
Char* Pointer Returns[code]char* LeafNode::getName() { return leafName; }[/code] There is the getname() function code,...
Char* Pointer ReturnsThankyou. if you remove the *asterisks will that just not output a hexadecimal number to the scree...
This user does not accept Private Messages