473,505 Members | 14,136 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3554
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
3684
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
3304
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
2096
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
4664
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
3725
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
1777
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
5610
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
3749
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
6839
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,...
0
7098
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7303
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7367
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...
1
7018
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5028
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
4699
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1528
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
407
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.