C++CodeIDE

The Easiest C++ Compiler For The Windows Development

As a software developer, if you are focused on an application development project, as a professional you want to focus only on your project, your code, the UI, and your application’s runtime requirements. If your IDE is hard to handle it can cost a lot of time on low-level or mundane things, slow completion, linking problems, run-time debugging operation requirements, confusing debugging…
Read more
Case StudyDelphiRAD StudioShowcase

How To Win When You Have 34 Milliseconds To Beat Snoops And Spies

Today’s Enterprise Article competition entry is from Georgi T. Gerasimov from Gatelink Ltd in Bulgaria. Georgi sent us a remarkably detailed paper where he describes the challenges of being asked for Windows app development that would securely protect digital data when one of the constraints was that it had to do the encryption work in under 34 milliseconds. You know it’s going to be a…
Read more
News

Some Suggestions to Help the Delphi Compiler

Offering some tips and suggestions you can consider to help the compiler be faster and consume less memory using the current version of Delphi. Over the last couple of years, Embarcadero has put a significant effort into optimizing the Delphi Object Pascal compilers&#8217…
News

Announcing Enterprise CodeRage 2022

Join Embarcadero for this short two day virtual conference on Enterprise development with your favorite development tools. December 20th and 21st from 10 AM to 5 PM CST each day, all free. Topics include multithreaded algorithms, SQL databases, custom VCL styles…
DelphiInterviewNewsPython

Developer Interview: Kiriakos Vlahos, Creator of PyScripter, Developer & Maintainer of "Python for Delphi" Libraries

Kiriakos Vlahos is a software engineer with a PhD in Management Science and more than 40 years of experience in the industry. He is the creator of PyScripter, a Python IDE built with Delphi that is hugely popular among both Delphi and Python developers, and the developer and maintainer of Python for Delphi and other delphi libraries. Originally from Greece, Kiriakos lived and worked in London for…
Read more
CodeDelphiRAD StudioTech Partner

This Is How To Use The Factory Method Pattern in Delphi

Do you want to know what the Factory Method Pattern is and what it can do for you? When you are writing simple or complex applications, you might need to create multiple classes inheriting the same class or implementing the same interface. This is easier when we have a small number of classes at the same level of inheritance. However, even with the best app builder software, when more and more…
Read more