Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Delphi Question, ....
8bit
post Jan 29 2005, 04:28 PM
Post #1


Member [Level 2]
*****

Group: Members
Posts: 85
Joined: 27-December 04
Member No.: 2,976



I've been learning C++ alot lately and would like to learn Delphi/Pascal and I seem to not be able to find anywhere to begin...so does anyone know where I could find a Delphi/Pascal tutorial? And uh...what's Delphi like? Is it as good as C++?
Go to the top of the page
 
+Quote Post
adriantc
post Jan 31 2005, 06:56 AM
Post #2


Privileged Member
*********

Group: [HOSTED]
Posts: 516
Joined: 31-January 05
From: Bucharest, Romania
Member No.: 3,516



I don't know if it is better or not (i think delphi is better but i never tried c++). It sure is more easy. Once I'll get my hosting i'll have an website where you can check out the programs i do in delphi.
Go to the top of the page
 
+Quote Post
jordanliuhao
post Feb 1 2005, 02:31 AM
Post #3


Newbie [Level 2]
**

Group: Members
Posts: 32
Joined: 30-January 05
Member No.: 3,494



My suggestion is start from a book, which you can search in www.amazon.com. There are many comments for a book. From the comments, you can judge if it is suitable to you.

Delphi is suitable to develop database applications or GUI applications. To develop some system application, such as low level hardware controller, it is better to use c++.

QUOTE(8bit @ Jan 29 2005, 11:28 AM)
I've been learning C++ alot lately and would like to learn Delphi/Pascal and I seem to not be able to find anywhere to begin...so does anyone know where I could find a Delphi/Pascal tutorial? And uh...what's Delphi like? Is it as good as C++?
*

Go to the top of the page
 
+Quote Post
bureX
post Feb 4 2005, 07:53 PM
Post #4


Super Member
*********

Group: Members
Posts: 318
Joined: 5-January 05
Member No.: 3,136



Definitely a book. I prefer the "for dummies" book series, even if you are an experienced programmer at C++. I choose Delphi over C++ because C languages are quite cryptic, while Delphi is not, but is still quite powerful.

If you are not sure that Delphi is right for you, then you can try a few tutorials, and experience the power of Borland Delphi!

You can start off with these links:
about.delphi.com <-- For starters.
www.torry.net <-- For advanced users, but probably has some tutorials too.
Go to the top of the page
 
+Quote Post
adriantc
post Feb 16 2005, 06:52 PM
Post #5


Privileged Member
*********

Group: [HOSTED]
Posts: 516
Joined: 31-January 05
From: Bucharest, Romania
Member No.: 3,516



Oh ... and one more thing ... if you start programming in Delphi the IDE will seem quite hard at first (many buttons and stuff). Don't be scared. At school I learn the good old fashion Turbo Pascal and that's why I started leaning Delphi.
Even if I can't say I know only half of what Delphi can do I can't tell you that is a poweful language and, more important at this level, very very easy.
It worked great for me. Hope it does for you!
Go to the top of the page
 
+Quote Post
dul
post Sep 21 2005, 09:35 PM
Post #6


Member [Level 1]
****

Group: Members
Posts: 73
Joined: 21-September 05
Member No.: 12,113



Delphi is much more easier than C++. Also not too hard to learn.
Go to the top of the page
 
+Quote Post
itaim
post Sep 22 2005, 05:07 PM
Post #7


Newbie
*

Group: Members
Posts: 9
Joined: 22-September 05
Member No.: 12,140



QUOTE(8bit @ Jan 29 2005, 12:28 PM)
I've been learning C++ alot lately and would like to learn Delphi/Pascal and I seem to not be able to find anywhere to begin...so does anyone know where I could find a Delphi/Pascal tutorial? And uh...what's Delphi like? Is it as good as C++?
*


cool.gif
In order to learn Delphi, the best site for Delphi goes to http://www.torry.net/.... Enjoyment.
Go to the top of the page
 
+Quote Post
Rufus
post Sep 27 2005, 07:46 AM
Post #8


Newbie [Level 1]
*

Group: Members
Posts: 17
Joined: 25-September 05
Member No.: 12,231



QUOTE(8bit @ Jan 29 2005, 04:28 PM)
I've been learning C++ alot lately and would like to learn Delphi/Pascal and I seem to not be able to find anywhere to begin...so does anyone know where I could find a Delphi/Pascal tutorial? And uh...what's Delphi like? Is it as good as C++?
*


You could look in google.com and there's a section here that talks about programming tool http://asb-sakray.net
Go to the top of the page
 
+Quote Post
dul
post Sep 27 2005, 09:30 PM
Post #9


Member [Level 1]
****

Group: Members
Posts: 73
Joined: 21-September 05
Member No.: 12,113



Yes. Delphi is very good visual language. Also Delphi's OOP is very powerful. Delphi can usethe API functions as well.
Go to the top of the page
 
+Quote Post
Erdemir
post May 13 2008, 05:04 PM
Post #10


Premium Member
**