Pabitra Dash
BCC32, which is the classic C++Builder 32 bit compiler, includes the use of rvalue references, which allow creating a reference to temporaries. When you initialize to an class object using an rvalue(a temporary object), C++11… … Read more
4 years ago in C++, Code, RAD Studio0
Anbarasan
Do you need to exchange a variant array between Delphi and Python Quickly? Python4Delphi offers the TPythonModule component which has a method and procedure to exchange a variant array. This post guides you to do… … Read more
4 years ago in C++, Code, Delphi, object pascal, programming, Python, python gui, windows0
Anbarasan
Want to build a Delphi/C++ builder Application that should exchange values between Delphi and Python Objects. Not sure how to do it? Python4Delphi has two powerful components to achieve this faster, you can use either… … Read more
4 years ago in C++, cbuilder, Code, Delphi, object pascal, programming, Python, python gui0
Pabitra Dash
Embarcadero Bcc32c and bcc32x (Clang-enhanced compiler for Win32) implements all of the ISO C++11 standard. It includes the use of non-static data member to be initialized where it is declared. The basic idea for C++11… … Read more
4 years ago in C++, cbuilder, Code, data member, initializer, Non-static, programming0