Create a Console Application

Introduction

A console project is a 32 bit program that runs in a DOS box under Windows 95/98 or NT. It generally is a one pass program without an extensive user interface.

Create the Project in Builder 4

Complete the following steps to create a project shell

  1. Close all windows by selecting Close All from the file menu.
  2. Choose New from the File menu
  3. Select the New tab from the Object Repository
  4. Double click on the Console Wizard icon

  5. Select finish from the Console Wizard Dialog

At this point you will see a window labeled Project1.cpp with the main function visible.