pointers in c++
|
Newbie Member
|
|
| 20Dec2011,13:33 | #1 |
|
how do you insert nodes between nodes in c++ pointers
|
|
Go4Expert Founder
|
![]() |
| 20Dec2011,15:51 | #2 |
|
Moved to C-C++ forum
|
|
Mentor
|
![]() |
| 21Dec2011,03:46 | #3 |
|
Normally by shifting the later stuff up a bit. Although if it's a linked list, you wouldn't need to do that because of the way they work.
|


