(Note that the node** in the private section is not as scary as it looks: it is an array of node*s. You’ll first dynamic
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
(Note that the node** in the private section is not as scary as it looks: it is an array of node*s. You’ll first dynamic
(Note that the node** in the private section is not asscary as it looks: it isan array of node*s. You’ll firstdynamically allocate an array (new node*[ ... ]) and thendynamically allocate each element (new node{ ... }).)