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
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