CodeDatabaseDelphiHow-To'sWebinar

How To Make MySQL Your SQL

Today (December 20th 2022) and tomorrow you can join us for Embarcadero’s two day Enterprise CodeRage event which focusses, as you might expect, on enterprise development topics using your favorite IDE software. I am presenting two sessions – this blog post describes the first session: How To Make MySQL Your SQL. The second session is tomorrow (December 21st 2022) and there is a…
Read more
RAD Studio

The Best Cross-platform Productivity Apps For Android In 2022

Today’s business world has become highly competitive, and every company now wants to provide services or deliver products as quickly as possible without compromising quality. As a result, more and more companies and employees are now using productivity apps to organize tasks, manage projects, track performance, and automate repetitive tasks. These apps also enable better collaboration and…
Read more
C++CodeRAD Studio

5 Simple Steps On The Path To Learn C++

Hello to everyone, nowadays during my normal working day I have many students around me with a passion to learn programming. They are from high schools, colleges, from some engineering departments of universities and they are asking which programming language they should learn. I am asking what they want to do by learning a language, and then almost always my answer is C++. C++ is great, you can…
Read more
C++Code

How To Create 3D Data Visualizations With Viewport3D in C++

C++ Builder makes it easy to build engineering applications with custom data visualization methods. These kinds of applications are necessary to understand data results easily. You can use OpenGL or Direct3D libraries or similar 3rd party engines to create great-looking 3D visualizations which help users to make sense of complex datasets. With C++ Builder you can directly create your own 3D…
Read more