سلامحقيقت داره سرعت اجراي برنامه هاي دلفي به علت نوشته شدن كامپوننت ها با پاسكال بيشتر از سي بيلدر هست ؟جواب عمومي و كلي براي چنين سوالاتي وجود نداره ؛ سرعت اجرا وابسته به فاكتورهاي متعدديه ؛ بهر حال زبان VCL دلفي است و همراه با محيط BCB يه كامپايلر دلفي براي كامپايل VCL ها و پيوند با پروژه وجود داره و اين مساله تاثير مشخصي روي سرعت اجرا برنامه نداره .سلامالبته من اين مطلب رو از فردي كه اظهار مي داشت اين رو در سايت بورلند بصورت پيشنهاد بورلند در استفاده از دلفي به جاي بيلدر به علت فوق شنيدم و اگه تو آرشيو پيداش كردم اصل متن رو اين جا ميزارم.با تشكر .سلامنه عزيزم همچين چيزي نيست اين هم نظر يكي از اعضاي تيم BCBكد: Highly unlikely.Although it's true that the VCL is written in Pascal (Borland's Delphidialect of it) it compiles to 80x86 machine code just as C++ code does.Delphi as a language is not particularly innefficient so the resultingDLLs/LIBs that we link to probably execute at the same speed as ifthey'd been written in C++. Some C++ code had to be written to providean interface between us and the VCL but this is minimal code (mostlyjust wrappers) and unlikely to impact on performance.If there are any performance issues associated with the VCL they arealmost certainly dwarfed into insignificance by the message handlingaspect of the Windows GUI. No-one expects lightening fast instantaneousresponse from a GUI so a few extra function calls or poorly implementedfunctions are unlikely to have any effect on the user experience.The only real downside to the use of Delphi for the VCL is that a fewC++ design paradigms aren't directly available to us and we are tiedinto Borland's products. In practice I don't imagine that C++developers are continuously being stymied by not being able to employmultiple inheritance and std::auto_ptr lets us put components on thestack for most practical purposes. Actually multiple inheritence may beavailable in the next version since I think I heard that the Delphilanguage now supports it.Being tied into Borland products can at times seem like a real problem.The sad neglect of BCB until recently is perhaps the worst example ofthe consequences of this. Thankfully Borland are now working to correctthat issue and based on past experience the result should be just aboutenough to get most of us back on their side.-- Andrue Cope [TeamB][Bicester, Uk]http://info.borland.com/newsgroups/guide.htmlسلاماميدوارم كه اينطور باشه چون تازه يه آيتم مناسب پيدا كردم و دلم نمي خواد از دستش بدوم ولي در كل, اگه به مطلبي بر خوردم حتماً اينجا قيد مي كنم.