473,385 Members | 1,570 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Borland 5.5 compiler

do they have 5.5 with an IDE?
I've used 3.1 and 4.52, so why should i go back to command line with 5.5?
are there any other C++ compilers with an IDE?

--------------------------------------------------
remove *batSPAM* to e-mail me
--------------------------------------------------
Jul 19 '05 #1
7 5133
On 07 Aug 2003 02:26:23 GMT, de*************@aol.combatSPAM
(Developwebsites) wrote:
do they have 5.5 with an IDE?
I've used 3.1 and 4.52, so why should i go back to command line with 5.5?
are there any other C++ compilers with an IDE?


Borland's 5.5 compiler is used by products like Borland C++ Builder,
which includes a full IDE.

See also (on Windows), Microsoft Visual C++.NET 2003 and Metroworks
Codewarrior.

Tom
Jul 19 '05 #2
On Thu, 07 Aug 2003 09:37:57 +0000
zonemen <me*********@dbforums.com> wrote:

I just downloaded Borland 5.5 Compiler and in the bin folder when I
open bcc32.exe and it just straight away goes off once i click on
it. It happens with the others as well, except for fconvert.exe. How
do I compile??

I have Windows XP


Find a borland newsgroup but prior to doing that learn how to use the
command line (bcc32.exe is after all a command line app) and read the
docs that came with your compiler.
Jul 19 '05 #3
"zonemen" <me*********@dbforums.com> wrote in message
news:32****************@dbforums.com...

I just downloaded Borland 5.5 Compiler and in the bin folder when I
open bcc32.exe and it just straight away goes off once i click on
it. It happens with the others as well, except for fconvert.exe. How
do I compile??


Read this:

"Using the Borland 5.5 Compiler and command-line tools"
http://community.borland.com/article...,20997,00.html

And then read this:

"Welcome to comp.lang.c++!"
http://www.slack.net/~shiva/welcome.txt

--
Russell Hanneken
rh*******@pobox.com
Jul 19 '05 #4
sb******@cs.uic.edu (Shane Beasley) wrote in message news:<2f**************************@posting.google. com>...
are there any other C++ compilers with an IDE?


On Intel x86-based machines and similar, you've basically got Borland
C++ Builder and Microsoft Visual C++. DJGPP includes an MS-DOS port of
GCC and other GNU tools as well as an IDE called RHIDE. Smaller
compilers (so as to be unknown to me, anyway) may come with IDEs as
well.


Oops; Metrowerks CodeWarrior also comes with an IDE. I mistakenly
thought (after very cursory searching on metrowerks.com) that they had
dropped the IBM PC platform to concentrate on the Mac, but I guess I
was wrong.

And doubly sorry to sometime poster Howard Hinnant for discounting his
product. :)

- Shane
Jul 19 '05 #5
Developwebsites wrote:
do they have 5.5 with an IDE?
I've used 3.1 and 4.52, so why should i go back to command line with 5.5?
are there any other C++ compilers with an IDE?


Dev-C++, http://www.bloodshed.net/devcpp.html. It uses the Mingw port of
gcc.

--
"Codito ergo sum"
Roel Schroeven
Jul 19 '05 #6
zonemen <me*********@dbforums.com> wrote in message news:<32****************@dbforums.com>...
I just downloaded Borland 5.5 Compiler and in the bin folder when I
open bcc32.exe and it just straight away goes off once i click on
it. It happens with the others as well, except for fconvert.exe. How
do I compile??

I have Windows XP


Before considering a serious use of Borland's C++ compilers please
note the following.

Borland C++ compilers aren't %100 conformant with the ISO C++
standard.
For example, the following obvious code won't compile on BCC32 5.5 nor
BCC32 5.6, though it's %100 compliant with the standard.

#include<iostream>
#include<string>

using namespace std ;

struct employee {
string name ;
string surname ;
} ;

int main ()
{
employee e = { "Razmig", "K" } ;
cout << e.name << " " << e.surname << '\n' ;
}

Regards,
//rk
Jul 19 '05 #7
Razmig K wrote:

Before considering a serious use of Borland's C++ compilers please
note the following.

Borland C++ compilers aren't %100 conformant with the ISO C++
standard.
For example, the following obvious code won't compile on BCC32 5.5 nor
BCC32 5.6, though it's %100 compliant with the standard.

#include<iostream>
#include<string>

using namespace std ;

struct employee {
string name ;
string surname ;
} ;

int main ()
{
employee e = { "Razmig", "K" } ;
cout << e.name << " " << e.surname << '\n' ;
}


Presently none compiler can claim 100% C++ standard compliance. Every
one has its own strengths and weaknesses.

As it concerns Borland C++ those incompatibilities are not numerous and
most of them I ever fell into actually enforce better programming style
and it may even apply to the posted example. The struct 'employee'
containing non-POD members is not trivial. It is unlikely that all
employees of an organization will be known at compile time and
constructing dynamically such an object without relevant constructor in
C++ is ugly. So defining a constructor for 'employee' will help compile
and ensure better functionality of the entire program.

Regards,
Janusz

Jul 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Steven O. | last post by:
First, sorry if by some chance I am not posting to the correct newsgroups, these seemed to be the most applicable to my question (see disclaimer at end of post for further comments....). Started...
6
by: John | last post by:
MSVC6 (SP5) gives this error when I try to use a non-pointer type to a class that is forward-referenced: reo.cpp(8) : error C2027: use of undefined type 'B' However Borland's free 5.5 compiler...
17
by: Ziggi | last post by:
Hi. I want to get a C++ IDE, but I dont know whether to go for Bill Gate's solution or Borland's. Could any kind folks detail the relative strength and weaknesses of both, and also tell me which...
24
by: serdar | last post by:
Hi. Does anybody say that what is better borland c++ or visual c++? Which compiler does have more help?
2
by: Kenneth Gomez | last post by:
Hello, I have tried many avenues (web search, borland website, libxml website) before deciding to post here. I'm trying to install libxml2 on windows ME to work with my Borland C++ 5 Compiler...
2
by: kikotores | last post by:
I am going back home for the summer but I have this big project to submit for one of my classes. It is written in Visual C++ 7.0 . Hoever the only C++ compiler I have at home is the free Borland...
0
by: Xproblem | last post by:
FTP Client Engine for C/C++ 2.4 Screenshot - Soft.comFTP Client Engine for C/C++ 2.4. ... System Requirements: Windows C/C++ compiler - Microsoft operating system: Windows 95, Windows 98, Windows...
4
by: darrensjunkaccount | last post by:
Hi, I have just inherited some embedded software that was compiled with Borland 4.52. I need to either purchase that compiler, which Borland no longer appear to sell or alternatively source an...
17
by: Fabry | last post by:
Hi All, I'm new of this group and I do not know if this is the correct group for my question. I have a DLL with its export library (.lib) wrote in Borland C++ 6. In borland everything is OK and...
2
by: justmehere | last post by:
My understanding that this compiler is from the Borland Builder C++ 5.5 Compiler. Does anyone know where to find the complete reference for using regular expression with this compiler and the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.