Final answer:
The step-by-step instructions for using the IDE on the TCC VDI involve opening Visual Studio, creating a new project, adding a new file, executing the code, and saving the project.
Step-by-step explanation:
The step-by-step instructions for students using the IDE on the TCC VDI are as follows:
- Open Visual Studio within the TCC VDI.
- Click File->New->Project.
- In the left column, expand Templates->Visual C++.
- In the right windowpane, select Win32 Console Application.
- Enter Firstinitial LastName_COSC-1436_Moduje 16-Project as the Project Name.
- Ensure the Solution name field is set to FirstInitialLastName_COSC-1436_Module 16-Project.
- Make note of the project location in the Location field.
- Click the OK button. The Win32 Application Wizard appears.
- Click Next in the first window of the Win32 Application Wizard.
- In the second step of the wizard, leave all the defaults. Check the checkbox for Empty project.
- Click the Finish button. The Win32 Application Wizard closes, and an empty project appears.
- In the Solution Explorer window, right-click the Source Files folder and select Add->New Item.
- In the window that appears, select C++ File in the middle windowpane.
- In the Name field, change the file name to module 16.c and click Add.
- In the top menu bar, click Debug and select Start Without Debugging.
- Create a snapshot of the window where your code executed.
- Save the snapshot to your Microsoft OneDrive.
- In the top menu bar, click File and select Save all.
- In the top menu bar, click File and select Close project.
- In the top menu bar, click File and select Exit.
- Create a compressed (zipped) folder of your Visual Studio Project and upload the compressed (zipped) folder to your Microsoft OneDrive.
- Close your TCC VDI session.
- Return to the Module 16-Project: Design in Canvas to complete the remaining portions of the project.