Pabitra Dash
Default template arguments are specified in the parameter lists after the = sign. Defaults can be specified for any kind of template parameter (type, non-type, or template), but not to parameter packs. If the default… … Read more
4 years ago in C++, cbuilder, Code, Default template arguments, function templates, ios, learn c++, programming, RAD Studio, template arguments, template parameter, windows
0
Muhammad Azizul
In our Learn To Build A Hello World Python GUI In A Delphi Windows App post, we already demonstrate the combining strength of Delphi and Python for your applications. We learn about all the components…… … Read more
4 years ago in cbuilder, Delphi, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, variables and types, windows, windows app
0
Muhammad Azizul Hakim
How about combining the strength of Delphi and Python for your applications to provide first-class solutions for your customer needs? Or you are an expert in Delphi who want to also work with Python, as…… … Read more
4 years ago in cbuilder, Delphi, GuiProgramming, Hello World, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, windows, windows app
0
Azfar Bakht
Python is a powerful, general purpose object oriented language and Delhpi is an amazing platform that allows developers to make visual apps. Combining the power of the two results in the extraordinary features and capabilities…… … Read more
4 years ago in Basic Operators, cbuilder, Delphi, GuiProgramming, Learn, Learn Python, learn python gui, object pascal, programming, Python, python gui, python windows, python4delphi, PythonScript in VCL, radstudio
0
Azfar Bakht
The strength of Delphi combined with Python gives its users the chance to fast track their development processes and deliver excellent applications with ease! This tutorial helps you accomplish just that. With Python4Delphi (P4D) you…… … Read more
4 years ago in cbuilder, Delphi, gui, GuiProgramming, Learn Python, Lists, object pascal, P4D, programming, Python, python gui, python windows, python4delphi, windows, windows app
0
Pabitra Dash
C++11 standard allows the inline keyword in a namespace-definition. An inline namespace is a namespace that uses the optional keyword inline in its original-namespace-definition. We can see from above example that members of an inline… … Read more
4 years ago in C++, cbuilder, Code, IDE, inline, Inline namespaces, learn c++, namespaces, programming, RAD Studio, windows
0
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