I need Borland!

Started by
5 comments, last by Zeblar Nagrim 23 years ago
Please help! I´m far away from home and need to program... The computer i´m using dosn´t have Visual Studio! I need a free program to code C/C++. Is Borland free? If it is where can I get it and how big is it? I´s only 250 MB free disk space on my computer... Thanks, Zeblar Nagrim, Lord of Chaos
Advertisement
The command line version of Borland is free. You can get it here: http://www.borland.com/bcppbuilder/freecompiler/cppc55steps.html

It is pretty small since the free version has no IDE.

"Finger to spiritual emptiness underlying everything." -- How a C manual referred to a "pointer to void." --Things People Said
Resist Windows XP's Invasive Production Activation Technology!
http://druidgames.cjb.net/

Edited by - Null and Void on April 14, 2001 6:04:38 PM
Thank you Null and Void !

I have now download the program, but I´dont understand how to use it. Can you please explain?



Zeblar Nagrim, Lord of Chaos
bcc32 nameofsourcefile.cpp

I''m reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
And if you type in "bcc32" you have a list of options you can use. Look in the help file for more information about each option. For example, you may need -L"D:\BC5.5.1\Lib", -H"D:\BC5.5.1\Include", -O1 (Optimize for size), -O2 (Optimize for speed) and others depending on how you set it up.

"Finger to spiritual emptiness underlying everything." -- How a C manual referred to a "pointer to void." --Things People Said
Resist Windows XP''s Invasive Production Activation Technology!
http://druidgames.cjb.net/
Or you could download an IDE for it. Quincy2000 lets you set it up to use BCC relatively easy. Search for it.
I use VIDE for when I use BCC551. It takes a little while to set it up, but it works well once you''re done.

"Finger to spiritual emptiness underlying everything." -- How a C manual referred to a "pointer to void." --Things People Said
Resist Windows XP''s Invasive Production Activation Technology!
http://druidgames.cjb.net/

This topic is closed to new replies.

Advertisement