Delphi Programming Tutorial #31 - Making Applications Talk
3 Responses to “Delphi Programming Tutorial #31 - Making Applications Talk”Leave a ReplyPosted on January 18th, 2008 by admin Filed under API | |
|
Delphi Programming Tutorial #31 - Making Applications Talk
3 Responses to “Delphi Programming Tutorial #31 - Making Applications Talk”Leave a ReplyPosted on January 18th, 2008 by admin Filed under API | |
|
January 30th, 2008 at 5:56 pm
Was that C++? Or …
Was that C++? Or how similar to C++ is Delphi? Are they both compatible with each other or not?
Thx.
January 30th, 2008 at 6:31 pm
Delphi and C++ are …
Delphi and C++ are very different programming languages. Delphi is based on Object Pascal and is usually easier to use and understand but C++ is much more common. The short answer is Delphi and C++ are not compatible, the long answer is very long an complicated.
February 7th, 2008 at 2:27 am
As a Delphi …
As a Delphi developer, I wouldn’t say that C++ is used by greater number of programmers. I would say that CodeGear C++ and Codegear Delphi (which use the same VCL) are about the same level of difficulty to learn and write and are indeed compatible with each other.