Pabitra Dash
In C++, it is possible to create synonyms that can be used instead of a type name. This is achieved by creating a typedef declaration. This is useful in several cases, such as creating shorter… … Read more
4 years ago in Alias templates , C++ , cbuilder , Code , learn c++ , programming , RAD Studio , Templates , type aliases
0
Pabitra Dash
C++ supports various string and character types, and provides ways to express literal values of each of these types. A string literal represents a sequence of characters that together form a null-terminated string. The characters… … Read more
4 years ago in C++ , char16_t , char32_t , Code , learn c++ , new character type , programming , RAD Studio , string literals , Unicode string literals , windows
0
Muminjon
Cloud Computing and cloud services are now in demand. You can see every new application or system using cloud technologies like Azure Files, Amazon S3, OneDrive, or DropBox. These services offer enterprise-grade and robust file… … Read more
4 years ago in amazon , azure files , C++ , C++ Builder , cloud files , cloud storage , Delphi , dropbox , google drive , ipworks cloud , object pascal , programming , windows
0
Anbarasan
Do you want to build a GUI App with Textual Data Processing capabilities? In this post will get to understand how to use TextBlob Python Library using Python4Delphi in Delphi/C++ application. TextBlob provides access to common text-processing…… … Read more
4 years ago in C++ , Code , Delphi , GuiProgramming , Learn Python , nlp , programming , Python , python gui , python4delphi , PythonGUI , TextBlob , Textual Data Processing
0
Muminjon
I have seen several complex embedded Delphi systems in several industries running smoothly. And they have used 3rd parts components or libraries for data communications. One of the best and known toolkits is the Async… … Read more
4 years ago in asyncpro , C++ , C++ Builder , Delphi , fax , object pascal , programming , serial port , tapi , terminal , voip , windows
0
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
Muminjon
IPWorks Auth Library provides embedding secure user authentication into the web, desktop, and mobile applications using C++ Builder or Delphi. With IPWorks Auth Library you can easily create OAuth supported cross-platform applications easily. Moreover, the… … Read more
4 years ago in C++ , c++ builder oauth , Delphi , delphi auth , delphi jwt , oauth , object pascal , programming , Tech Partner , windows
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
Eli M. (MVP)
The GetIt Package Manager is the package manager built into the RAD Studio IDE that allows you to browse, download, purchase, and install packages. Packages may provide libraries, components, IDE extensions, and SDKs. Packages available… … Read more
4 years ago in aqtime , C++ , Debugger , Delphi , Encryption , FastReport , FMX , GetIt , IDE , News , object pascal , package manager , parallel , programming , TwineCompile , 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