CIS 260 Intro to C++

Working with C++ Builder 4 Standard

Creating Console Applications

 

C++ Builder 4 opens with an empty, default project when started:

1)  First close the "default" project:

File | Close All

2) Create a new project

Project | Add New Project

cb4_addnewproj.jpg (63583 bytes)

3) Select the Console Wizard

4) Choose the settings for a standard console application

cb4_conappwiz.jpg (35650 bytes)

5) Even before adding your code, save the "empty" project to your ZIP disk

File | Save Project As

cb4_consoleproject.jpg (83034 bytes)

6) Edit your code

7) Compile

Project | Compile

cb4_compile.jpg (126538 bytes)

8) Run your program

Run | Run

cb4_run.jpg (75599 bytes)

When continuing to work on this project, ALWAYS open and close the PROJECT.