Rename the main program

Before we start the tutorial, we need to rename the main program to main.cpp, which makes it easier for us to know it's the main program.

  1. In Solution Explorer, right-click RT_Project_01.cpp and click Rename.
  2. Rename the file to "main.cpp" and click Enter. This name makes it clearer which file the main program is.