Previous Topic Next topic Print topic


Add a Program to the Project

To add another program to the project:

  1. Right-click on the project.
  2. Select Add > New Item.
  3. Select Program from the Visual Studio installed templates.
  4. Change the name to sub.pli.
  5. In the program, change put skip list ('Hello world' ); to put skip list ('Hello world sub1' );.
Previous Topic Next topic Print topic