Market trend data clearly shows that mobile is now the dominant platform for end-user engagement, with Android being the market’s largest platform today. As a result, having a mobile strategy in place as part of a comprehensive software vision is more important than ever.
When looking to develop a mobile application, a number of key considerations come into play, (Covered in the White Paper…
Is .NET Really Dead? What Is The Best Alternative?
June 2, 2021
The .NET Framework is Microsoft’s framework for building desktop and web applications. But it hasn’t received any new updates since 2019. Is the framework REALLY dead? Should you look for alternative solutions like windows tools for developers to develop applications…
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…
Continuing last week blog post on binding expressions, let’s see how components can participate, but creating expressions that refer to properties.
Last week I introduced Delphi RTL expression engine in the blog post at https://blog.marcocantu.com/blog/2021-may-delphi-expression-engine.html. Now let’s make an additional step. I want to explain how components and their properties can…
STOMP is the Simple (or Streaming) Text Oriented Messaging Protocol. STOMP provides an interoperable wire format so that STOMP clients can communicate with any STOMP message broker to provide easy and widespread messaging interoperability among many languages, platforms…
Hello C++ Developers, C++ Builder Developers, Dev-C++ Developers, and all other developers.
One of the most powerful features of C++ is Object-Oriented Programming (OOP), which makes it different from the C programming language by using Classes, Objects, and more.
Based on this wiki : a convolutional neural network (CNN, or ConvNet) is a class of deep neural network, most commonly applied to analyze visual imagery. They are also known as shift invariant or space invariant artificial neural networks (SIANN).
Convolutional Neural Network? That sounds complicated! Is it?
Good news, DeepAI.org has provided an API to access, so we can quickly build…
The great thing about Delphi is that it makes the tough jobs really easy. For instance, take the task of controlling cloud servers. By using Windows App development tools like RAD Studio Delphi’s cross-platform Firemonkey FMX framework, you can actually EASILY write a…
You may know C or C++ from college and want to develop apps, games and AI applications, but are unsure if what you learned suffices to help you reach your goal. How can you shift from “classroom” C++ to Modern C++?
Today, coding in any programming language is an…
Use Modern GUI Forms
Modern C++ compilers with IDE (Visual C++, C++ Builder, Objective-C, Android Studio, etc.) use a graphical interface by operating system behaviors of the application compiled. Console-based applications are good, but in some cases, you may need to add more features. UI elements make it easy to use applications and understand things on the user side.
Also, these UI…