Navigation:  Job Editor Menu > File Menu > New >

C++ Application File

Previous pageReturn to chapter overviewNext page

Creates a new C++ Application file and opens it up in the FAB 3000 editor.

bar_dot

 

Command Sequence

 

1. Select menu: File | New | C++ Application File...

 

2. Select file location and name.

 

documentNote: The C++ application file name must be unique within your computer.

 

3.  Press "OK".  An skeleton application file  will be created (see example below).

 

 

// C/C++ Application File

 

#include "Fab3000.h"

 

int main ()

{

 

 // Enter your C/C++ code <below>

 

 return 0;

}