Home

Creating a New Project

For this example, we'll start with an empty project that generates an executable. Within the Start tab, select Command-line Program located under "New Projects." Using projects is advisable because it allows users to organize code and maintain project-specific settings.

Once clicked, a setup window will open requesting a location to save the project file. This file only contains references to your code, and it is not Fortran source code. The default should be acceptable, although you may choose another sensible location and name. Click the Start button to continue.