Pabitra Dash
A deleted function is a function that contains =delete; in its prototype. This construction, introduced with C++11, indicates that the function may not be used. This construction can be used to forbid the usage of default… … Read more
4 years ago in =delete , C++ , cbuilder , Code , Delete Function Definition , Deleted functions , IDE , learn c++ , programming , RAD Studio , 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
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
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
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
FPiette
ICS V8.65 has been released at: http://wiki.overbyte.eu/wiki/index.php/ICS_Download ICS is a free internet component library for Delphi 7, 2006 to 2010, XE to XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo, 10.3 Rio and 10.4 Sydney, and… … Read more
4 years ago in cbuilder , Delphi , Embarcadero , ICS
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