Question: Help with creating c++ coding of StringLinkedList : For Step 1 , it starts with creating project and file names in your drive.
Help with creating c++ coding of " StringLinkedList " :

For Step 1 , it starts with creating project and file names in your drive.
Once it is created, I open new code file ( .cpp ) with given name.
I am stuck on steps 3 & 4.
Can anyone help me with creating code for steps 3 & 4 ?
Thank you .
1. Create a Visual Studio Project name "StringLinked-List.sln", in your personal directory named "String Linked-List". 2. Add a new source code file to the project name "slist.cpp". 3. Create a "main" function in your "slist.cpp" with an integer return type. The main must return the integer "EXIT SUCCESS" if the code executes without an exception or error. 4. Add code to the main function to create entries and add the following objects in order. Name BOS AT MSP LAX
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
