ListElem head = NULL; |
Syntax: new TYPE; |
Example of usage: ListElem *p; p = new ListElem; |
(BTW, you have seen an operator that return a memeory address: the & operator...)
Overview inserting new elements at start of a list:
|