User guide

CoMET Version 5.9 – Tutorial 9
Standalone C - Hello World
Overview
This tutorial covers a simple CoMET project, to compile and run a standalone C Hello World
program. The Hello World tutorial uses no Fabric or other modules and does not model a
hardware system. It demonstrates:
Creating a new workspace
Creating a new project
Navigating the workspace
Creating a new source file
Editing the source in the document editor
Adding the source file to the project
Creating a build configuration
Building the project
Executing the compiled code
Prerequisites
This tutorial assumes:
Comet 5 is installed and open.
Either the Microsoft Visual C++ compiler or the gcc compiler is installed.