FaLgoR 0 Report post Posted January 6, 2005 I want to learn one more programing language, and I have some questions about delhpi:how can I test my codes writen in delphi? where can I find some editors or tutorials? where can I find some good opensource program writen in delphi (I want to study the source code) ? Thank you! Share this post Link to post Share on other sites
jordanliuhao 0 Report post Posted February 1, 2005 First of all, Delphi is an IDE just like visual c++, not a language. The language used in Delphi is PASCAL. Since Delphi is an IDE, so you can test your code in Delphi itself. Delphi is also the editor. You can study the manual/help of delphi to learn it. It's simple. The example in Delphi is the best code you can start with. I want to learn one more programing language, and I have some questions about delhpi: how can I test my codes writen in delphi? where can I find some editors or tutorials? where can I find some good opensource program writen in delphi (I want to study the source code) ? Thank you! 40070[/snapback] Share this post Link to post Share on other sites
adriantc 0 Report post Posted February 17, 2005 One of the good things about Delphi is that it has a lot of tutorials. Just install it (I recommand Delphi 2005) and visit the Help.Of course you won't be able to learn the language just by reading the tutorials but it helps you when you start writing and you get stuck on something. You could search on the net for some ebooks on programming. I'm sure you'll find one! Share this post Link to post Share on other sites