cpp-relationshipMS

Compile and Run

Compile with make:

$ make

Run normal:

Runs program as normal.

$ ./cpp-rms

Compile and Run with debug mode

Compile debug mode with make:

$ ./make debug

Run debug:

$ ./cpp-rms

Displays arguments passed into function.

Uses

1 - Add a new node record
2 - Print data in node with given name
3 - Modify data in node with given name
4 - Print all nodes in liked list
5 - Delete an existing node with given name
6 - Reverse nodes from linked list (some issues)
7 - Exit Program