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