Thermodynamics is one of the engineering areas that we work in, and it is expressed by a mathematical framework of thermodynamic equations which relate various thermodynamic quantities and physical properties measured in a laboratory or production process. It is a branch of physics that deals with heat, work, temperature, and their relation to energy, radiation, and the physical properties of…
The Future Of Desktop Apps Is Native Code
June 11, 2021
Desktop apps are powerful execution tools that can natively run on your local machine to provide holistic application navigation and utilization experiences. With the advancement of modern web technologies, the desktop application development paradigm also experienced a…
RAD Server CRUD Procedures - Part 2
June 11, 2021
In this Part 2 post, we will discuss modifying the default generated CRUD (CREATE, READ, UPDATE, DELETE) procedure implementations from the RAD Server Package Wizard, to show one possible way to implement Get, GetItem, Post, PutItem and DeleteItem REST Endpoints.
In the Part…
LearnCPlusPlus.org :: How Do I Program Fun Games?
June 6, 2021
Hello Everyone, C++ Builder Developers, and Delphi Developers,
Last week, we started to release the “Introduction to C++” series on our LearnCPlusPlus.org website; we will continue to release the basics of C++ in the next few weeks. If you are a beginner, new to C++, or if you are a Delphi developer and want to learn or remember the basics of C++, these posts are good to improve…
LearnCPlusPLus.org :: Give Me Your Inheritance!
June 6, 2021
Hello C++ Developers,.
It’s another milestone at LearnCPlusPlus.org, we started to add posts about the basics of Artificial Intelligence Technologies. Last week had a lot of great subjects again! This week here we answer these questions,
What is Inheritance in…
C++ is a great programming language to calculate engineering problems. It is one of the best for those operations. Delphi is also a faster-compiled programming language that you can use in engineering problems. C++ compiler includes libraries designed to increase your…
RAD Server CRUD Procedures - Part 1
June 4, 2021
In this RAD Server CRUD Procedures – Part 1 post, we will discuss the the default generated CRUD procedure implementations from the RAD Server Package Wizard.
In the RAD Server CRUD Procedures – Part 2 post, we will discuss modifying the default generated CRUD procedure implementations from the RAD Server Package Wizard using both Delphi and C++ Builder, to show possible ways to…
The web is basically operational using HTTP requests and responses. In this mechanism, the client always initiates the connection. There is a timeout period after which the server discards the connection. Once discarded, the client must initiate a new connection. This is OK…
We can easily write apps that communicate with IoT devices when we combine MQTT with Windows App Development like Delphi. Follow along with us now as Bruno Mileto tells us how to do it.
IoT – the unseen world
Internet of Things, or IoT, is a concept that defines…
Hello, fellow Dev-C++ and C++ Builder developers and educators.
It’s been another packed week of learning at LearnCPlusPlus.org and we’ve covered a lot of great subjects!
Topics this time include:
How can we use OpenMP Parallel Programming Library? What is Encapsulation? How to use Repeated Software Patterns? What is the Cost of the Void function? How do we set up C++ Builder?