|
|
C:\Users\Zero>g++ LinkListProject.cpp C:\Users\Zero>a.exe input.txt Input File is open... Inserting: Charles Price 25 Head Node Inserting: Beatrice Louvre 16 New Head Node Inserting: Alexander Bell 36 New Head Node Inserting: Devon Wheatley 62 start while 1 3 end while Inserting: Franklin Roosevelt 51 start while 1 3 end while Inserting: Edward ScissorHands 44 start while 1 3 end while Inserting: Liam Neeson 56 start while 1 3 end while Inserting: Gabriel Iglesias 33 start while 1 3 end while Inserting: Hermione Granger 22 start while 1 3 end while Inserting: Ian Newman 26 start while 1 3 end while Inserting: Jack Ollivander 31 start while 1 3 end while Inserting: Mike Baker 89 start while 1 3 end while Inserting: Nolan Ryan 7 start while 1 3 end while Inserting: Hermione Granger 22 start while 1 3 end while Inserting: Oedipus Rex 99 start while 1 3 end while Inserting: Perseus Maximus 55 start while 1 3 end while Inserting: Quentin Tarantino 34 start while 1 3 end while Inserting: Robert Galant 13 start while 1 3 end while Inserting: Steven Rodgers 69 start while 1 3 end while Inserting: Tyrian Lannister 30 start while 1 3 end while Inserting: Ulysses Grant 65 start while 1 3 end while Inserting: Victor Ey 66 start while 1 3 end while Inserting: Xavier Bronson 43 start while 1 3 end while Inserting: Yusef Johnson 76 start while 1 3 end while Inserting: Robert Galant 13 start while 1 3 end while Inserting: Zebulon Ngoc 49 start while 1 3 end while Displaying List -------------------------------------------------------- Alexander Bell 36 Beatrice Louvre 16 Zebulon Ngoc 49 Robert Galant 13 Yusef Johnson 76 Xavier Bronson 43 Victor Ey 66 Ulysses Grant 65 Tyrian Lannister 30 Steven Rodgers 69 Robert Galant 13 Quentin Tarantino 34 Perseus Maximus 55 Oedipus Rex 99 Hermione Granger 22 Nolan Ryan 7 Mike Baker 89 Jack Ollivander 31 Ian Newman 26 Hermione Granger 22 Gabriel Iglesias 33 Liam Neeson 56 Edward ScissorHands 44 Franklin Roosevelt 51 Devon Wheatley 62 Charles Price 25 -------------------------------------------------------- End of List Hold 'Ctrl' and press 'C' to exit... |
current-> lastName > newNode-> lastName |