Creates a new C++ Application file and opens it up in the FAB 3000 editor.
![]()
Command Sequence
1. Select menu: File | New | C++ Application File...
2. Select file location and name.
Note: 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;
}