136k views
1 vote
2. For students who will use the IDE on the TCC VDI, please follow these directions:

1. If needed, refer to the Module 01- Resources for TCC VDI information.
2. Open Visual Studio within the TCC VDI.
3. Click File->New->Project.
4. In the left column, expand Templates->Visual C++.
5. In the right windowpane, select Win32 Console Application.
6. Enter Firstinitial LastName_COSC-1436_Moduje 16-Project as the Project Name.
1. Replace FirstInitial LastName with your first initial and last name.
7. Ensure the Solution name field is set to FirstInitialLastName_COSC-1436_Module 16-Project.
8. Make note of the project location in the Location field.
1. The default value is C:\VisualStudio Projects\
9. Click the OK button. The Win32 Application Wizard appears.
10. Click Next in the first window of the Win32 Application Wizard.
11. In the second step of the wizard, leave all the defaults. Check the checkbox for Empty project.
12. Click the Finish button. The Win32 Application Wizard closes, and an empty project appears.
13. In the Solution Explorer window, right-click the Source Files folder and select Add->New Item.
14. In the window that appears, select C++ File in the middle windowpane.
15. In the Name field, change the file name to module 16.c and click Add.
1. A new source file appears.
16. In the top menu bar, click Debug and select Start Without Debugging.
1. Your code will now execute in a separate window.
17. Create a snapshot of the window where your code executed.
18. Save the snapshot to your Microsoft OneDrive.
1. Refer to the TCC VDI link in the Reference Material section (below) to upload the snapshot to your Microsoft OneDrive.
19. In the top menu bar, click File and select Save all.
1. Refer to the TCC VDI link in the Reference Material section (below) to upload your Visual Studio Project to your Microsoft OneDrive.
20. In the top menu bar, click File and select Close project.
21. In the top menu bar, click File and select Exit.
22. Create a compressed (zipped) folder of your Visual Studio Project and upload the compressed (zipped) folder to your Microsoft OneDrive.
1. Refer to the TCC VDI link in the Reference Material section (below) to upload your compressed (zipped) folder to your Microsoft OneDrive
23. Close your TCC VDI session.
24. Return to the Module 16- Project: Design in Canvas to complete the remaining portions of the project.
What is the step by step

User Herzog
by
7.6k points

1 Answer

4 votes

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:

  1. Open Visual Studio within the TCC VDI.
  2. Click File->New->Project.
  3. In the left column, expand Templates->Visual C++.
  4. In the right windowpane, select Win32 Console Application.
  5. Enter Firstinitial LastName_COSC-1436_Moduje 16-Project as the Project Name.
  6. Ensure the Solution name field is set to FirstInitialLastName_COSC-1436_Module 16-Project.
  7. Make note of the project location in the Location field.
  8. Click the OK button. The Win32 Application Wizard appears.
  9. Click Next in the first window of the Win32 Application Wizard.
  10. In the second step of the wizard, leave all the defaults. Check the checkbox for Empty project.
  11. Click the Finish button. The Win32 Application Wizard closes, and an empty project appears.
  12. In the Solution Explorer window, right-click the Source Files folder and select Add->New Item.
  13. In the window that appears, select C++ File in the middle windowpane.
  14. In the Name field, change the file name to module 16.c and click Add.
  15. In the top menu bar, click Debug and select Start Without Debugging.
  16. Create a snapshot of the window where your code executed.
  17. Save the snapshot to your Microsoft OneDrive.
  18. In the top menu bar, click File and select Save all.
  19. In the top menu bar, click File and select Close project.
  20. In the top menu bar, click File and select Exit.
  21. Create a compressed (zipped) folder of your Visual Studio Project and upload the compressed (zipped) folder to your Microsoft OneDrive.
  22. Close your TCC VDI session.
  23. Return to the Module 16-Project: Design in Canvas to complete the remaining portions of the project.

User Psquid
by
8.5k points