Download Link: http://pan.baidu.com/share/link?shareid=2552942324&uk=1260508576
After loading the downloaded installation disc file into the virtual CD drive, open the
Here AUTORUN.EXE for installation files, KEYGEN.EXE for keygen.
I choose Chinese installation
After the next step, you need to fill in the serial number, open the registration machine, click the Generate button, the generated serial number is filled in the box
The next step, do not need to make any changes, the installation process will be error, click Ignore can
Open, you will be prompted to register, at this time will provide the serial number, Authorization key, registration code into the register machine, the generated activation Key to fill in.
Then go to C + + Builder 6 to compile the link test
Select File-New-Other-console Wizard
Select C + + and console application in the Setup Wizard
Select Yes to save the project and the first CPP file
Test "Hello world!" Enter the following code in the CPP file
#include<iostream>
using namespace std;
int main()
{
cout << "Hello C++ Builder 6.0!" << endl;
system("pause");
}
Click Run-run, or press F9 to get the following results
From for notes (Wiz)
Borland C + + Builder 6.0 Installation Guide