If you plan to write a simple little program, with only one source file, choose "From Template" option. If you plan to write a complex or bigger program, or you wish to define very detailed compilation and running settings, choose "Project".
- Empty File: Create a new empty single source file.
- Utilizar Plantilla: Createas a program skeloton (main function and suitable #includes) for the kind of program/exercise you choose, and define minimal compilation settings.
- New Project: Projects can handle many source files, complex compilation profiles (libraries, compiler arguments, external tools integration, and more).
- Import Project: Use this option to generate a ZinjaI's proyect for an already existing set of sources (to migrate from other IDEs or tools such as make).
For a more detailed help click the help button (lower right corner) to go this topic in ZinjaI's help system.