DavidI
Learn about the latest features of C++11 that you can take advantage of today in C++Builder 10.1 Berlin. David Millington, Embarcadero’s new C++Builder Product Manager, will show cool C++11 code in the IDE that can… … Read more
8 years ago in programming0
Steve
I’ve just recently finished up a great contract with a Regional Council, as their Development Team Leader for a great team of developers and business analysts. It was a fun role and it got me… … Read more
11 years ago in Delphi, pascal, programming0
FPiette
This article explain how to create a form on the fly. Such a form is created by code, without using the designer. You will surely ask why you would do that! Granted the Delphi form… … Read more
11 years ago in Component, Delphi, Embarcadero, programming0
FPiette
Message logging is a common activity used for either keeping track of what happens in an application or for debugging purpose. Recently, I was developing a real time communication system which experimented strange errors. To… … Read more
11 years ago in debugging, Delphi, Embarcadero, multithreading, programming, synchonization0
FPiette
Maybe you’ll be interested by the topics mostly read on my blog. The number in front of the titles are the number of hits: 9007 Delphi XE5 to develop Android applications 5509 Automate Microsoft Office… … Read more
11 years ago in Delphi, Embarcadero, programming0
FPiette
Coding Style, AKA Programming Style refers to the way you layout your source code. In many languages, source code layout is simply ignored by the compiler. You can write as you like. It is very… … Read more
11 years ago in Coding Style, programming0
Steve
I know these terms to mean different things in different countries or even different organisations so I’ll explain.A Programmer is a person who is given a task and codes that task as it is described…. … Read more
11 years ago in Delphi, Leadership, Management, programming0
Yanniel
If you want to make your Delphi application general enough to address multiple locales, then you need to internationalize it. There are three common aspects that I want to emphasize (no necessarily in that order):… … Read more
13 years ago in Delphi, Delphi Programming, Object Pascal Programming, programming0