 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Mette Lian Guest
|
Posted: Fri Jan 23, 2004 10:10 am Post subject: "From C++ to Delphi" |
|
|
I've seen this (old) book called "From Pascal to Modula2".
So I'm looking for some similar resource e.g. like "From C++ to Delphi"
which explains Delphi in kind of c/unix jargon, comparing Delphi and C++
mechanisms.
Anyone having a link to something that
could be useful ?
Mette Li
|
|
| Back to top |
|
 |
VBDis Guest
|
Posted: Sun Jan 25, 2004 8:31 am Post subject: Re: "From C++ to Delphi" |
|
|
Im Artikel <buqs4n$kl818$1 (AT) ID-218601 (DOT) news.uni-berlin.de>, Mette Lian
<mettelian (AT) hotmail (DOT) com> schreibt:
| Quote: | So I'm looking for some similar resource e.g. like "From C++ to Delphi"
which explains Delphi in kind of c/unix jargon, comparing Delphi and C++
mechanisms.
|
C++ is quite incompatible with the Delphi class model. This is why it's quite
useless to describe the differences in C++ terms, because almost no C++ user
will know how C++ works under the hood.
IMO it's best to forget about C++ or other OO languages, and to start with an
appropriate Delphi book. It's good to have an idea of methods and properties in
general, but forget everything you believe to know about constructors,
destructors and virtual methods.
The Delphi types, including Class, String, and Array, are easier to handle than
their C++ equivalents, but sometimes have their own problems, different from
the C++ problems of the same types.
I found "Delphi in a Nutshell" (by Ray Lischner, in O'Reilly) quite useful for
newbies with some programming background in other languages. This book
describes the differences from other languages in summary, but not in detail,
and it describes the features of Delphi in a quite compact way. The "language
reference" section in fact describes the Delphi runtime library, which is quite
different from the C/C++ standard libraries. I don't know about new editions,
the first one dates from 2000 and has ISBN 1-56592-659-5.
DoDi
|
|
| Back to top |
|
 |
Nicolai Hansen Guest
|
Posted: Sun Feb 01, 2004 9:18 am Post subject: Re: "From C++ to Delphi" |
|
|
DoDi/VBDis - you are that guy with the Visual Basic reverse engineering
tool?
"VBDis" <vbdis (AT) aol (DOT) com> skrev i en meddelelse
news:20040125033113.21232.00003802 (AT) mb-m13 (DOT) aol.com...
| Quote: | Im Artikel <buqs4n$kl818$1 (AT) ID-218601 (DOT) news.uni-berlin.de>, Mette Lian
[email]mettelian (AT) hotmail (DOT) com[/email]> schreibt:
So I'm looking for some similar resource e.g. like "From C++ to Delphi"
which explains Delphi in kind of c/unix jargon, comparing Delphi and C++
mechanisms.
C++ is quite incompatible with the Delphi class model. This is why it's
quite
useless to describe the differences in C++ terms, because almost no C++
user
will know how C++ works under the hood.
IMO it's best to forget about C++ or other OO languages, and to start with
an
appropriate Delphi book. It's good to have an idea of methods and
properties in
general, but forget everything you believe to know about constructors,
destructors and virtual methods.
The Delphi types, including Class, String, and Array, are easier to handle
than
their C++ equivalents, but sometimes have their own problems, different
from
the C++ problems of the same types.
I found "Delphi in a Nutshell" (by Ray Lischner, in O'Reilly) quite useful
for
newbies with some programming background in other languages. This book
describes the differences from other languages in summary, but not in
detail,
and it describes the features of Delphi in a quite compact way. The
"language
reference" section in fact describes the Delphi runtime library, which is
quite
different from the C/C++ standard libraries. I don't know about new
editions,
the first one dates from 2000 and has ISBN 1-56592-659-5.
DoDi
|
|
|
| Back to top |
|
 |
VBDis Guest
|
Posted: Tue Feb 03, 2004 12:44 am Post subject: Re: "From C++ to Delphi" |
|
|
Im Artikel <401cc3fc$0$27448$edfadb0f (AT) dread16 (DOT) news.tele.dk>, "Nicolai Hansen"
<nic (AT) aub (DOT) dk> schreibt:
| Quote: | DoDi/VBDis - you are that guy with the Visual Basic reverse engineering
tool?
|
Yes, I am :-)
BTW, please restrict your quotes to what you really refer to.
DoDi
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|