Microsoft Windows XP Professional Logo
Posted on Dec 06, 2009

Where i can get software for C Programing language and what is the software name...........?

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

  • Contributor 7 Answers
  • Posted on Dec 06, 2009
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

Joined: Dec 06, 2009
Answers
7
Questions
0
Helped
3856
Points
13

STEP 1 : Download the Borland Compiler
https://downloads.embarcadero.com/item/24778
STEP2 : Run the setup program
By default, it should install everything to C:\Borland\BCC55

STEP 3 : Add the /bin directory to the system PATH

>C:\Borland\BCC55\bin\bcc32 OR >c32

After the setup program is run (step 2), a whole bunch of executable programs are placed in a new directory : C:\Borland\BCC55\Bin. This step makes it possible for the Operating System (Windows) to find these new executables by name. If you don't do this, then you will need to specify the full path to bcc32 every time you use it.

To do this on Windows XP
Bring up the Environmental Variables :

•Right Click "My Computer" ( Depending on how your system is set-up, "My Computer" is either on your Desktop or in your Start Menu )
•Select "Properties"
•Activate the "Advanced" Tab
•Click the "Environmental Variables" Button
Append ";C:\Borland\BCC44\bin" to the PATH variable (figure 3-2)

•Select the PATH variable under User Variables
Note: The PATH variable may appear under both System Variables and User Variables. This How-To changes the User Variable.
•Click the EDIT button below the list
•In the "Edit User Variable" box that pops up, move the cursor to the end of the Variable Value field
•Add a semi-colon ";" to the end of the current value
Note: If the value is empty, then you do not need to add a semi-colon
•Add the path "C:\Borland\BCC55\bin" after the semi-colon
•"OK" your way out of the dialogs

STEP 4 : Set up some configuration files
you should create a configuration file for the bcc32 program that tells it where to find its libraries and include files.
•The file should be named bcc32.cfg
•It should be placed in the same bin directory where bcc32.exe is located
(C:\Borland\BCC55\Bin)
•The contents of the file are the command line options for bcc32 stating the location of include files and libraries:
-I"C:\Borland\BCC55\Include"
-L"C:\Borland\BCC55\Lib"
Regards,

Soul_srch007

  • Christos Makariou
    Christos Makariou Jan 23, 2015

    Use QT which has MINGW or Code::BLOCKS or DJAPP they are free and nice !

×

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

2helpful
1answer

My dear people please how do start programing with c language ? is there any software used and if it`s there pliz which one

You can use text editor like Notepad++ and compiler like GCC or you can try Microsoft Visual C++ 2010 Express and if you like it then buy it.
0helpful
4answers

What is computer programing?

> what is computer pro gaming?
> what is computer programming?

The latter is the writing of instructions that a computer can follow, to solve a problem,
e.g.,
set the variable 'X' to the value '3';
set the variable 'Y' to the value '7';
calculate the value of X divided by Y, and store into 'Z';
display the value of 'Z', to 7 decimal-places;
stop running this program.

0helpful
3answers

How to use visual basic

Visual basic is a programming language that you need to learn to be able to use.
If you go onto the microsoft website you will find the latest programs for creating visual basic programs.
0helpful
1answer

How to write a software

you need to know programing language to develop a software, different programing language that u can make software in are microsoft visual basic.java microsoft c sharp
0helpful
1answer

How ican make a new software at my home on my pc ?

thats a very great idea my friend now 4 one to make a sw they av to program. U will ask your self a No of questions. How much do u know about programing If u do what programming languages (softwares used to make other softwares) do u know? What kind of software do u want? so as to select the particular programing language.
All this staff is in the internet. If u are new just start with programming basics please.
1helpful
1answer

How to create my own software?

First you need to know a programing language.
0helpful
1answer

Bios programing

Bro you will need to learn C language programming.
When you become C language then you will become BIOS programmer.
1helpful
1answer

Hi i want to ask you something bout c++ programing language

http://en.wikipedia.org/wiki/History_of_programming_languages
The above is a link to wikipedia.It has almost all the history required and sample programs.Please do rate if the problem is solved.
Not finding what you are looking for?

212 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

k24674

Level 3 Expert

8093 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...