hey guys, im taking an introductory c++ class right now at a local college and my final is to build a linked list application that allows you to build a list of records, search them, delete a record, and add a record.
i have most of it finished, im just having a problem with adding a new record and im getting a bus error, not sure why.
im going to post the code below (in full) maybe someone can help point out the flaw for me. its alot for a forum post i know, about 250 lines... but the issue should be found in the insertNode() function.
I hope someone can help. thanks so much!
**code removed
i have most of it finished, im just having a problem with adding a new record and im getting a bus error, not sure why.
im going to post the code below (in full) maybe someone can help point out the flaw for me. its alot for a forum post i know, about 250 lines... but the issue should be found in the insertNode() function.
I hope someone can help. thanks so much!
**code removed