473,385 Members | 2,210 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.

Is Borland Compiler Suited for my Needs (Better than VC++)?

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 with the Borland web site, and it didn't answer my questions,
so I hope someone here will be kind enough to reply. I took a few
courses on C++ using Microsoft Visual C++, and then taught myself MFC
for GUI design -- an exercise akin to using only a carrot peeler to
prepare a gourmet four-course dinner. There must be an easier way,
something like the way Visual Basic offers a fairly reasonable way to
create a GUI.

I am basically a hobbyist, and want to use C++ to play around with
some artificial intelligence stuff, expert systems, fuzzy logic,
things like that. I want it to be EASY to make a straightforward GUI
with menus, text displays, dialog boxes, and some relatively simple
graphics to go along with my code. I don't need to do any Enterprise
stuff, no connecting to databases or the Web, just need to be able to
create, save, and load files to/from disk.

I have Windows 2000, and so need a compiler/IDE that runs on that.
Price is also a big issue -- I was surprised Borland did not have a
free Personal C++ Builder, like the free Personal JBuilder. But my
questions are:
1. Does Borland have a C++ compiler/IDE that makes it real easy to
build my GUI, and...
2. Is there a cheap, student version, something I can buy at the
local university (I am a part-time student).

If Borland doesn't do it, is there something from some other vendor?
(Does the new .NET C++ compiler offer a better way than VC++ !?)
Thanks in advance for all replies.

St******@yahoo.com
Standard Antiflame Disclaimer: Please don't flame me. I may actually *be* an idiot, but even idiots have feelings.
Jul 19 '05 #1
5 2719
Steven O. <writer@REMOVE^^THISwritemaster.com> wrote in message
news:73********************************@4ax.com...
First, sorry if by some chance I am not posting to the correct
newsgroups,
Alas, this is the case. This might point you in a more fruitful direction:
http://www.slack.net/~shiva/welcome.txt
these seemed to be the most applicable to my question (see
disclaimer at end of post for further comments....).
No, they aren't. They are for discussion of standard C++ and/or C.
Started with the Borland web site, and it didn't answer my questions,
so I hope someone here will be kind enough to reply. I took a few
courses on C++ using Microsoft Visual C++, and then taught myself MFC
for GUI design


[snip]

There are newsgroups for both compilers. I suggest asking questions about
both in their own newsgroups and then deciding for yourself.

DW

Jul 19 '05 #2
[Cross-posted to comp.programming, and followups set, because the question
is less off-topic there than in clc++ or acllcc++]

Steven O. wrote:
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....).
Um, oddly enough, neither of the groups you chose is suitable. Hence, please
use comp.programming if you want to continue this discussion. Thanks.
Started with the Borland web site, and it didn't answer my questions,
Yeah, that's traditional. The quality of Borland's marketing has always been
in inverse proportion to the quality of their software (or, putting it
another way, their marketing has always been hopeless).
so I hope someone here will be kind enough to reply. I took a few
courses on C++ using Microsoft Visual C++, and then taught myself MFC
for GUI design -- an exercise akin to using only a carrot peeler to
prepare a gourmet four-course dinner.
ROTFL, been there, got the tee-shirt.
There must be an easier way,
something like the way Visual Basic offers a fairly reasonable way to
create a GUI.
Sounds like you're asking for C++ Builder.

I am basically a hobbyist, and want to use C++ to play around with
some artificial intelligence stuff, expert systems, fuzzy logic,
things like that. I want it to be EASY to make a straightforward GUI
with menus, text displays, dialog boxes, and some relatively simple
graphics to go along with my code.
C++ Builder, no question.

I don't need to do any Enterprise stuff, no connecting to databases or the Web, just need to be able to
create, save, and load files to/from disk.
C++ Builder can do that.
I have Windows 2000, and so need a compiler/IDE that runs on that.
And that.
Price is also a big issue -- I was surprised Borland did not have a
free Personal C++ Builder, like the free Personal JBuilder. But my
questions are:
1. Does Borland have a C++ compiler/IDE that makes it real easy to
build my GUI, and...
C++ Builder.
2. Is there a cheap, student version, something I can buy at the
local university (I am a part-time student).
There, you have me. I haven't the faintest idea. Maybe you can get one off
eBay or something?
If Borland doesn't do it, is there something from some other vendor?
(Does the new .NET C++ compiler offer a better way than VC++ !?)


Yes, Windows Forms, but I don't think Visual Studio.NET is any cheaper than
the far superior C++ Builder.

--
Richard Heathfield : bi****@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton
Jul 19 '05 #3
On 15 Sep 2003 21:58:43 GMT, Steven O.
<writer@REMOVE^^THISwritemaster.com> wrote:
2. Is there a cheap, student version, something I can buy at the
local university (I am a part-time student).


Although OT, I believe this product for $69 is what you are looking
for. Note that the second url is broken on purpose to avoid wrapping
problems.

http://shop.borland.com/dr/v2/ec_MAIN.Master

http://shop.borland.com/dr/v2/ec_MAIN.Entry10?V1=378255

&PN=1&SP=10023&xid=39696&DSP=&CUR=840&PGRP=0&CACHE _ID=0

Best wishes,

Bob
Jul 19 '05 #4
Follow-up question:

For my purpose -- writing code with a tool that makes it easy to build
the GUI -- do I need the latest version of Borland's C++ Builder
(which I think is version 6)? Or will Version 5 (which I can probably
buy cheap on Ebay) work just as well.

Put another way: Have there been any truly significant improvements
in going from version 5 to 6, in terms of features that let you build
the GUI? Remember, I'm not interested in enterprise stuff, network
connectivity, web connectivity, any of that, just building some simple
AI stuff with a pretty front end.

Thanks in advance for all further replies.

Steve O.
wr****@SPAMPROTECTwritemaster.com

On Tue, 16 Sep 2003 05:28:40 +0000 (UTC), Richard Heathfield
<do******@address.co.uk.invalid> wrote:
[Cross-posted to comp.programming, and followups set, because the question
is less off-topic there than in clc++ or acllcc++]

Steven O. wrote:
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....).


Um, oddly enough, neither of the groups you chose is suitable. Hence, please
use comp.programming if you want to continue this discussion. Thanks.
Started with the Borland web site, and it didn't answer my questions,


Yeah, that's traditional. The quality of Borland's marketing has always been
in inverse proportion to the quality of their software (or, putting it
another way, their marketing has always been hopeless).
so I hope someone here will be kind enough to reply. I took a few
courses on C++ using Microsoft Visual C++, and then taught myself MFC
for GUI design -- an exercise akin to using only a carrot peeler to
prepare a gourmet four-course dinner.


ROTFL, been there, got the tee-shirt.
There must be an easier way,
something like the way Visual Basic offers a fairly reasonable way to
create a GUI.


Sounds like you're asking for C++ Builder.

I am basically a hobbyist, and want to use C++ to play around with
some artificial intelligence stuff, expert systems, fuzzy logic,
things like that. I want it to be EASY to make a straightforward GUI
with menus, text displays, dialog boxes, and some relatively simple
graphics to go along with my code.


C++ Builder, no question.

I don't need to do any Enterprise
stuff, no connecting to databases or the Web, just need to be able to
create, save, and load files to/from disk.


C++ Builder can do that.
I have Windows 2000, and so need a compiler/IDE that runs on that.


And that.
Price is also a big issue -- I was surprised Borland did not have a
free Personal C++ Builder, like the free Personal JBuilder. But my
questions are:
1. Does Borland have a C++ compiler/IDE that makes it real easy to
build my GUI, and...


C++ Builder.
2. Is there a cheap, student version, something I can buy at the
local university (I am a part-time student).


There, you have me. I haven't the faintest idea. Maybe you can get one off
eBay or something?
If Borland doesn't do it, is there something from some other vendor?
(Does the new .NET C++ compiler offer a better way than VC++ !?)


Yes, Windows Forms, but I don't think Visual Studio.NET is any cheaper than
the far superior C++ Builder.

Standard Antiflame Disclaimer: Please don't flame me. I may actually *be* an idiot, but even idiots have feelings.
Jul 19 '05 #5
[Followups set to comp.programming]

If you wish to continue this discussion, please drop the cross-posts and
post only in comp.programming, since the other two groups deal only with
the standard incarnations of their subject language[s].

Steven O. wrote:
Follow-up question:

For my purpose -- writing code with a tool that makes it easy to build
the GUI -- do I need the latest version of Borland's C++ Builder
(which I think is version 6)? Or will Version 5 (which I can probably
buy cheap on Ebay) work just as well.
I have to get by with Version 4, and it's fine. So Version 5 will be fine
too.
Put another way: Have there been any truly significant improvements
in going from version 5 to 6, in terms of features that let you build
the GUI? Remember, I'm not interested in enterprise stuff, network
connectivity, web connectivity, any of that, just building some simple
AI stuff with a pretty front end.
Version 3 will suffice, then, and Version 5 will spoil you rotten. Go for
it.
Standard Antiflame Disclaimer: Please don't flame me. I may actually
*be* an idiot, but even idiots have feelings.


If you keep posting implementation questions in language newsgroups, we
might just start testing that statement.
--
Richard Heathfield : bi****@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton
Jul 19 '05 #6

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

Similar topics

1
by: Flame Watcher | last post by:
I have a project that uses VCL with Tee chart support and other external controls. There are quite a few persnoal reasons for converting this over to visual.net and would like to know if it is...
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...
15
by: Chris | last post by:
I am just beginning programming again and need a bit of advice. I have both Visual C++ 6.0 Standard Edition and Borland C++ Builder 6. Of these two which do you consider the best for programming...
9
by: Christo | last post by:
hey im a student about to start a course in c++ at uni, we have been told to obtain a copy of borland c++ 5.01 (not c++ builder) this is just a program with a compiler/linker and development...
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?
5
by: Mark - KF8RV | last post by:
Which to purchase is the question. My Borland 4.5 C/C++ compiler is old. The personal or student version of either BBC++ or MVC++ is being investigated for home use. My personal preference...
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...
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...
41
by: Miroslaw Makowiecki | last post by:
Where can I download Comeau compiler as a trial version? Thanks in advice.
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
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.