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
Eli M. (MVP)
The recently released AMD Ryzen 9 5950x offers 16 cores and 32 threads so let’s see what kind of performance we can get out of a parallel C++ compile with those 32 threads. At the… … Read more
4 years ago in 5950x, amd ryzen 9, benchmark, C++, cbuilder, Code, ios, News, parallel, parallel compilation, Productivity, programming, ryzen 9 5950x, ryzen9, TwineCompile, windows
0
Anbarasan
We know how to load and display Web content or local files in Delphi using TWebBrowser. It offers support for the basic functions of a browser, such as navigate to URL, go back, go forward, along with specific events. How… … Read more
4 years ago in BeautifulSoup Python Library, C++, cbuilder, Code, Delphi, object pascal, programming, python4delphi, scraper, spider, web spider, WebScrapping, windows
0
Pabitra Dash
BCC32 implements new character types and character literals for Unicode. These types are among the C++11 features added to BCC32. Character Types char16_t and char32_t Two new types represent Unicode characters: char16_t is a 16-bit character type. char16_t… … Read more
4 years ago in C++, C++ Character Types, cbuilder, char16_t, char32_t, Code, modern c++, New character types, programming, RAD Studio, windows
0
Muminjon
In this CodeRage session, Jim McKeeth, Ian Barker, and Frank Lauter they discuss the benefits of FireMonkey on Linux and all the exciting things FMXLinux can do for your projects. FireMonkey for Linux, also known… … Read more
4 years ago in C++, Delphi, delphi linux, FireMonkey, firemonkey linux, FMXLinux, fmxlinux delphi, linux firemonkey, object pascal, programming, RAD Studio
0
Eli M. (MVP)
In October of 2020, Embarcadero sponsored and released a new fork version 6.0 of Dev-C++ with improvements that included an updated GCC 9.2.0 compiler with support for Windows 10 and C++17/C++20, high DPI, UTF8 files… … Read more
4 years ago in C++, cpp, Delphi, dev-cpp, modernization, News, object pascal, programming, whitepaper
0
Anbarasan
How to wrap Delphi Object to Python Object and using Wrapped objects how to subclass, navigate among forms etc. … Read more
4 years ago in C++, cbuilder, Code, Delphi, object pascal, programming, Python, python4delphi, TPyDelphiWrapper, windows
0