IITDU Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Borland c++ 5.5 compiler(Standard C++ edition)

Go down

Borland c++ 5.5 compiler(Standard C++ edition) Empty Borland c++ 5.5 compiler(Standard C++ edition)

Post by BIT0122-Amit Thu Jul 30, 2009 1:43 am

First thing is first, you have to download the Borland c++ 5.5 compiler.
Once you download it, install it in
c:\bcc55
(it is a MUST)

Configuring the tools:

Right click on my computer, go to advanced, and then go to system environments.
Borland c++ 5.5 compiler(Standard C++ edition) Cmd03
Click on path, select it, and click on edit.
Borland c++ 5.5 compiler(Standard C++ edition) Cmd04
Add a semicolon to the end of the existing path, and follow the semicolon with the path to the C:\BCC55\bin directory.

Configuring StartBC.bat, bcc32.cfg and ilink32.cfg


downloadthis file.
Put the startBC.bat in c:\bcc55 directory
Put the bcc32.cfg in c:\bcc55\bin directory
Put the link32.cfg.txt in c:\bcc55\bin directory

Creating a shortcut:
Create a shortcut in desktop. Type the name cmd in the address like this:

Borland c++ 5.5 compiler(Standard C++ edition) 2K01

rename the shortcut to bcc55.exe, right click on it and go to properties.
Borland c++ 5.5 compiler(Standard C++ edition) Xp-config01
in the target write
Code:
%windir%\system32\cmd.exe /k C:\BCC55\StartBC.bat


Installation Checking:

double click on the shortcut, if you have done everything correctly till now, the first message will contain the path c:\bcc55\bin
Borland c++ 5.5 compiler(Standard C++ edition) Bcc22

Checking the paths:
type bcc32 and press enter.
something like this will show up:
Borland c++ 5.5 compiler(Standard C++ edition) Bcc23

creating a source file:
in the cmd, type notepad bcc1.cpp
Borland c++ 5.5 compiler(Standard C++ edition) Bcc24
Write everything exactly like the picture. do not change the directory. Save it and then close it.

Compiling:
Once you are done saving, in the cmd window, type
bcc32 bcc1.cpp

Borland c++ 5.5 compiler(Standard C++ edition) Bcc25

Running the compiler program:
Simply type the program name with out the cpp extension, and hit enter Smile you will see the running version of program.
Borland c++ 5.5 compiler(Standard C++ edition) Bcc28


for further info, go to the Source of this tutorial

And to find about how to get an IDE which can use borland 5.5, go here
BIT0122-Amit
BIT0122-Amit
Founder
Founder

Course(s) :
  • BIT

Blood Group : O+
Posts : 4187
Points : 6605

https://iitdu.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum