jpluimers
Two small Delphi tricks: On out parameters When you have out parameters, and the caller passes local variables for them, remember that: the compiler then will not issue an “unitialised variable” warning any more because it… … Read more
5 years ago in Delphi, Development, Software Development
0
bradintheusa
“I give my employees a good job” is not enough As a manager your Job is to make people want to come to work, once you have done that the rest is easy. … … Read more
5 years ago in Random
0
bradintheusa
It’s about communicating, it’s not about quantity and often it is the opposite of quantity. http://www.fastcompany.com/3030659/less-is-more-why-youre-saying-too-much-and-getting-ignored … Read more
5 years ago in Random
0
Konstantin Tomov
The drag and drop system that is built into the VCL is limited in that it only supports drag and drop within the same application. If you need to drag data from your application to… … Read more
5 years ago in Code, com, components, Delphi, drag, Drag and drop, drop, object pascal, programming, RAD Studio, windows
0
Muminjon
Since we learn C and C++ at university, we happen to get many projects related to Applied Math and Linear Algebra. And we should build an application to solve different complex problems with C/C++ (mostly… … Read more
5 years ago in algebra library, C++, C++ Builder, c++ eigen, eigen library, Linear Algebra, math library, programming, RAD Studio, windows
0
TMS Software
There is a lot to say about this year 2020 and for sure, we at TMS had our challenges as well. But to end the year and look back at it, we prefer to stick… … Read more
5 years ago
0
Pabitra Dash
In order to be more compatible with C99, C++11 standard introduces the long long integral type. ‘long long’ and ‘long long int’ are identical signed integral types and both are at least 64 bits. As to the… … Read more
5 years ago in C++, cbuilder, Code, long long, long long int, long long integral type, programming, RAD Studio, signed integral types, windows
0
Konstantin Tomov
The NativeControls sample shows the use of the Native Controls of FireMonkey. To this end it uses several components that are configured with its ControlType property set to Platform in order to have the native… … Read more
5 years ago in C++, Code, database, Delphi, FireMonkey, FMX, ios, object pascal, programming, RAD Studio, windows
0