Eli M. (MVP)
The GetIt Package Manager is the package manager built into the RAD Studio IDE that allows you to browse, download, purchase, and install packages. Packages may provide libraries, components, IDE extensions, and SDKs. Packages available… … Read more
4 years ago in aqtime , C++ , Debugger , Delphi , Encryption , FastReport , FMX , GetIt , IDE , News , object pascal , package manager , parallel , programming , TwineCompile , windows
0
Embarcadero
The Windows 10 CRM VCL Demo is available with full source code for Delphi 10.4+ and C++Builder 10.4+. The demo features a number of high DPI styles including Windows 10 Slate Gray and Windows 10… … Read more
4 years ago in C++ , cbuilder , cpp , Delphi , demo , example , object pascal , Sample , Showcase , Source Code , vcl , Videos
0
Pabitra Dash
BCC32 includes support for explicit conversion operators, one of the features in the C++11 standard. The explicit constructors and conversion operators are used to avoid implicit conversions to and from a type. You can now… … Read more
4 years ago in C++ , C++ Explicit , cbuilder , Code , conversion operators , explicit , Explicit conversion operators , learn c++ , operators , programming , RAD Studio
0
Pabitra Dash
Initializer lists is a feature that has been extended in C++11 standard. An initializer list represents a list of ordered arguments, in curly brackets, that is used to initialize structures, classes and arrays. Until C++… … Read more
4 years ago in Brace-Initialization , C++ , cbuilder , Code , Initializer lists , learn c++ , programming , Sequence Constructors , STL container , windows
0
Eli M. (MVP)
Gorilla3D is a powerful, easy to use, and modern 3D framework for Delphi and C++ Builder FireMonkey on Windows and Android. IOS and OSX support are listed as in progress. This is a commercial product… … Read more
4 years ago in 3d , android , C++ , Delphi , FireMonkey , FMX , Framework , object pascal , programming , windows
0
jpluimers
I bumped into [WayBack] A garbage collector for C and C++ a while ago, for which the source is at [WayBack] GitHub – ivmai/bdwgc: The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehm-gc). There is a (very old!)… … Read more
4 years ago in C++ , Delphi , Development , Software Development
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
4 years ago in algebra library , C++ , C++ Builder , c++ eigen , eigen library , Linear Algebra , math library , programming , RAD Studio , windows
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
4 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
4 years ago in C++ , Code , database , Delphi , FireMonkey , FMX , ios , object pascal , programming , RAD Studio , windows
0
Diego Souza
The demand for Linux application is growing up year by year, this free and open source OS is more and more present on PCs nowadays, and for you who needs to supply this demand I… … Read more
4 years ago in C++ , Code , Delphi , Easy , FireMonkey , FMX , FMXLinux , gtk , IDE , linux , object pascal , Package , programming , RAD Studio , Ubuntu
0
Anbarasan
Earlier we have learned how to manipulate date-time efficiently using Python Arrow Library in the Delphi application. Another alternate for this library is using Python Delorean Library. Delorean is a library that provides easy and… … Read more
4 years ago in C++ , cbuilder , Code , Date Time Manipulations , delorean , Delorean python Library , Delphi , object pascal , programming , Python , python4delphi
0
The AMD Ryzen 9 5950x is a beast of a CPU with 16 cores and 32 threads. I have been running a bunch of benchmarks around one million lines of code but I wanted to…… … Read more
4 years ago in 5950x , amd , C++ , Code , Delphi , IDE , lines of code , multicore , object pascal , one billion , parallel , parallel compile , programming , ryzen , ryzen 9 5950x , Showcase , windows
0
Konstantin Tomov
The MusicPlayer application uses controls such as TProgressBar, and TTrackBar, and platform-specific technologies such as MPMusicPlayerController for iOS, to show how to create a music player. Your device needs to have at least one song… … Read more
4 years ago in C++ , Code , Delphi , FMX , IDE , Music player , object pascal , programming , RAD Studio , windows
0
Muminjon
When it comes to database applications, you start processing lots of data and events. So, to handle these events properly we can use TFDEventAlerter class to handle the database event notifications. The general behavior of the… … Read more
4 years ago in C++ , cbuilder tfdeventalerter , database , database events , Delphi , delphi firedac , delphi tfdeventalerter , firedac tutorials , object pascal , programming , tfdeventalerter , windows
0