472,951 Members | 1,802 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

What is Borland C++?

Hi
At my college some IT students were giving away free older computer books. I
got a book called Borland C++ a programmers guide.

So I was really just wondering what this Borland C++ is? I know C++ is a
programming language, but Borland? And is this book, thats from 1992 still
valid, or is it outdated?

I hope someone can answer me, or point me to the right place.

Thanks
-
Jul 23 '05 #1
7 3518
Juggernaut wrote:
At my college some IT students were giving away free older computer books. I
got a book called Borland C++ a programmers guide.

So I was really just wondering what this Borland C++ is?
A product. Visit http://www.borland.com
I know C++ is a
programming language, but Borland?
It's a company that makes a compiler.
And is this book, thats from 1992 still
valid, or is it outdated?


Most likely outdated.

V
Jul 23 '05 #2
Juggernaut wrote:
Hi
At my college some IT students were giving away free older computer books. I got a book called Borland C++ a programmers guide.


by Al Stevens?

Jul 23 '05 #3

"Juggernaut" <ju************@hotmail.com> wrote in message
news:Ly*****************@news000.worldonline.dk...
Hi
At my college some IT students were giving away free older computer books.
I
got a book called Borland C++ a programmers guide.

So I was really just wondering what this Borland C++ is?
It's the Borland Corporation's implementation of the C++
language (for PC platforms). IOW Borland is a competitor
of Microsoft and other companies.
I know C++ is a
programming language,
Yes.
but Borland?
A software vendor.
And is this book, thats from 1992 still
valid, or is it outdated?
The C++ language was first standardized in 1998, and the
standard was revised in 2003, so if you're asking about
standard C++, yes it's quite out of date.

But note that Borland has been keeping up with developments
and does provide up-to-date C++ implementations (and there
are also up-to-date books about them).
I hope someone can answer me, or point me to the right place.


I think these links will help:
FAQ for comp.lang.c++ :
http://www.parashift.com/c++-faq-lite/

FAQ for alt.comp.lang.learn.c-c++ (the C and C++ 'learners group'):
http://ma.rtij.nl/acllc-c++.FAQ.html

Info about Borland Corp. and its products:
www.borland.com

-Mike
Jul 23 '05 #4
> It's the Borland Corporation's implementation of the C++
language (for PC platforms). IOW Borland is a competitor
of Microsoft and other companies.

but Borland?


A software vendor.


So basically this book is a book about programming in c++ using the Borland
C++ compiler?

But its outdated? Ok, well it was free so I didnt loose any money on it =P

Thanks for the info.


Jul 23 '05 #5

"Juggernaut" <ju************@hotmail.com> wrote in message
news:8I*****************@news000.worldonline.dk...
It's the Borland Corporation's implementation of the C++
language (for PC platforms). IOW Borland is a competitor
of Microsoft and other companies.

>but Borland?


A software vendor.


So basically this book is a book about programming in c++ using the
Borland
C++ compiler?

But its outdated? Ok, well it was free so I didnt loose any money on it =P


Yes, it's outdated, and really only useful if you have one of their old
compilers and want to know how to write software that compiles with it. (It
most likely says which Borland compiler version it refers to.) It's not
going to help you program in C++ at all, if you're going to compile with any
modern compiler... not even theirs.

-Howard

Jul 23 '05 #6

"Juggernaut" <ju************@hotmail.com> wrote in message
news:8I*****************@news000.worldonline.dk...
It's the Borland Corporation's implementation of the C++
language (for PC platforms). IOW Borland is a competitor
of Microsoft and other companies.
>but Borland?


A software vendor.


So basically this book is a book about programming in c++ using the
Borland
C++ compiler?


Yes, but about a compiler written in or before 1992. It most likely
contains information about 'extensions' supplied by that compiler which
are useful with the target platform. There's nothing wrong with using
them, but one should be aware that they're not standard, and can't expect
them to exist on other implementations; or if other implementations
provide function(s) with the same name(s), they won't necessarily
have the same behavior.

The form of C++ dicussed in this newsgroup is "ISO Standard C++"
which is by definition platform-neutral. (IOW it contains a minimum
set of features for working with those computer components that may
be reasonably expected to exist on a broad range of platforms. E.g.
it has flow control statements, mechanisms for defining data structures,
its standard library has support for file handling and miscellaneous
algorithms; but it does not directly support things like graphics,
networking, threading, etc. (but those features can be easily included
in an application by using third party libraries and/or implementation
extensions.)
But its outdated?
If you use it to work with whatever version of Borland C++
it was written for, then no it's not 'outdated'. But with
regard to the ISO standard for C++ or any later versions of
Borland's compilers (standard or not), yes, it's outdated.
Ok, well it was free so I didnt loose any money on it


Thank goodness for that. :-) BTW you can read peer reviews of
books on C++ (and C, and a few other topics), at www.accu.org
I suggest it might be worthwhile to use them as a 'filter'
before you do spend any money. Of course which book(s) are
best for you will depend upon your current level of knowledge
and your specific learning goals.

-Mike
Jul 23 '05 #7
Juggernaut wrote:
So basically this book is a book about programming in c++ using the Borland
C++ compiler?

But its outdated? Ok, well it was free so I didnt loose any money on it =P

Thanks for the info.

The latest complete Borland C++ development environment is Borland C++ Builder 6. Check
google to find books for it.
Also Borland provides the C++ compiler for free (command line). Check their web site if
you want to download it.

Also it provides a trial edition of C++ Builder 6 Enterprise Edition to download it for
free. You can download it to see how it looks like.

http://www.borland.com/products/down..._cbuilder.html

--
Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 23 '05 #8

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

Similar topics

56
by: Xah Lee | last post by:
What are OOP's Jargons and Complexities Xah Lee, 20050128 The Rise of Classes, Methods, Objects In computer languages, often a function definition looks like this: subroutine f (x1, x2, ...)...
0
by: Heikki Tuuri | last post by:
Hi! Many people have complained over years that Borland's dbExpress driver does not work with MySQL and transactions, because it disconnects from mysqld after each SQL statement. The postings...
11
by: TGF | last post by:
I am wondering if it is feasible to use .NET for applications that have to be very fast. We have a few applications that are blazingly fast, written in Borland C++ using Borland C++ Builder. We...
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...
17
by: ilPostino | last post by:
Hey, My experience with c++ is limited to ATL and for the past 3 years it's just been c#. I need to write a UI intensive application that is just too slow in managed code. So I'm re-doing it in...
11
by: anon | last post by:
Borland's BGI graphics library (GRAPHICS.LIB, GRAPHICS.TPU) has a bug which can cause the floodfill routine to crash. It's most likely to occur in C applications when compiled using the small data...
1
by: dhruba.bandopadhyay | last post by:
Am wondering whether Borland C++ 4.5 or Borland Turbo C++ 1.01 supported C++ templates. If not, which other future version of BC++ or TC++ did? If BC++ 4.5 or TC++ 1.01 does support it, how much...
184
by: jim | last post by:
In a thread about wrapping .Net applications using Thinstall and Xenocode, it was pointed out that there may be better programming languages/IDEs to use for the purpose of creating standalone,...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.