Pabitra Dash
In C++ 11, Variadic templates were explicitly designed to eliminate excessive code repetition in modern template libraries, by providing the ability to express a template that accepts an arbitrary number of parameters in a type-safe… … Read more
4 years ago in C++ , cbuilder , Code , partial specialization , programming , RAD Studio , template template parameters , Templates , Variadic templates , windows
0
Eli M. (MVP)
Some of the latest hardware out on the market in late 2020 is the AMD Ryzen 9 5950x CPU and at the time of this writing has the fastest single thread CPU available according to… … Read more
4 years ago in 5950x , amd , Code , compiler speed , Delphi , IDE , object pascal , programming , ryzen 9 , ryzen 9 5950x , Spring4D , windows
0
Diego Souza
Using this awesome library you can track and use all available ComPorts on your linux machine. To make it work just download and add the library path, declare the units and call its functions, it… … Read more
4 years ago in C++ , Code , comport , Delphi , Install , linux , object pascal , programming , serial , Ubuntu , Video
0
Eli M. (MVP)
Packt is a publisher of programming books and video courses and there are quite a few Delphi books published through their platform. They are running a sale right now where you can get each e-book… … Read more
4 years ago in android , book , Code , course , cross-platform , Delphi , FireMonkey , IDE , ios , learn delphi , macos , object pascal , packt , programming , windows
0
Anbarasan
How to create Multiple threads, execute , and stop the threads in between manually. … Read more
4 years ago in C++ , cbuilder , Code , Delphi , object pascal , pro , programming , Python , threading , Threads using Python , windows
0
Pabitra Dash
The keyword nullptr denotes the pointer literal. C++11 introduces nullptr, the null pointer constant, in order to remove the ambiguity between 0 and a null pointer. Although the NULL macro exists, it is insufficient because it cannot… … Read more
4 years ago in C++ , cbuilder , Code , constant , cpp , null pointer , programming , RAD Studio , windows
0
Anbarasan
How to create interactive plots , dashboards from Delphi application using Python Bokeh library. … Read more
4 years ago in Bokeh Python Library , C++ , Code , dashboard , Delphi , Interactive plots , object pascal , programming , python4delphi , windows
0
Python GUI Admin
As we know, a Variable stores a value so that you can reuse it later in your program. This reduces redundancy, improves performance, and makes your code more readable. What is Python Delphi Variable? This…… … Read more
4 years ago in cbuilder , Code , Delphi , GuiProgramming , object pascal , programming , Python , python gui , python4delphi , TPythonDelphiVar , TPythonEngine , TPythonGUIInputOutput , windows
0