Creating A Project With C++ Builder
Creating A Project With C++ Builder
Console Wizard
Take the default options on the Console
Wizard
Click on Finish
the desired
directory
with the desired
name
to project
Specify
file
Include File
Specify #include "xxx.h"
for project
Also need
#include <conio.h>
for getch() to pause
at end of output
Output Window
Project runs in an output window
Properties of
output window
can be adjusted
10
Accessing Output
Output window cannot be printed directly
Instead, Right click top boarder
Select Mark
Block off
with mouse
Then select
Copy
Place text in
a text editor
for printing
11
Using Quincy
It is a good idea to create a new
directory to place all your .h and .cpp
files for the project
12
Using Quincy
From the Quincy heading click on File
and New
Choose Project
13
Creating a Project
Specify
The
14
15
16