Borland C + + Builder 6.0 Installation Guide

Source: Internet
Author: User

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

  
 
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. cout << "Hello C++ Builder 6.0!" << endl;
  6. system("pause");
  7. }

Click Run-run, or press F9 to get the following results



From for notes (Wiz)

Borland C + + Builder 6.0 Installation Guide

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.