The C++ Programming Language is one of the most widely used software development languages in the world. It can be downloaded easily and, combined with a great C++ IDE, allows you to create native applications which really harness the full potential of the operating system and underlaying hardware. The great variety of sources and hosts for C++ compilers often means users can develop smaller…
How To Make MSIX Installers For Your C++ App And More
April 8, 2022
Hello C++ Developers,
Today we have some really great article picks for beginners about the best compiler IDE and how to compile C++ apps on Windows. Also, we explain how to operate on the words in a string in C++, std::string or Unicode String, both are explained…
Everything You Need To Use AWS SES Natively In Your Apps
April 4, 2022
Email seems so old now when considering all the messaging options available. It is old, 50+ years old! It’s been the lifeblood of many business processes and is still as important today as it ever was. AWS has a plethora of great services, but they can be a little…
5 Ways To Increase Your Professional C++ Software Skills
March 22, 2022
Hello C++ Developers,
Today we have posts that answer a lot of questions about the business of writing C++ software, how to get the best from a C++ IDE, and a comparison of C++ compilers. We give our thoughts on the best C++ IDE and compiler this year. If you are a beginner, we run through some tips on how you can compile applications on Windows, plus we listed a lot of components available…
A Cornucopia of Tools To Leverage
February 16, 2022
Delphi and C++ developers have a wide spectrum of available tools to help build solutions for their companies and customers. Beyond just the compiler, IDE, components and libraries, Embarcadero and Idera provide tools you can leverage to get the development done faster and…
What Are C++ Live Data Bindings, Charts And Vectors?
October 15, 2021
Hello C++ Developers,
C++ Builder has a lot of specific great features for handling and linking to data as well as different ways to visualize what you’ve retrieved. You can use visual bindings on the standard components or you can use it with data components as a…
This blog post contains information, tools and links that I will discuss and demo during today’s TCoffeeAndCode webinar on Data Visualization.
David I’s DataViz sample code zip file (576kb)
What Inspired My Data Vizualization Journey – The Joy of Stats / GapMinder
“Our mission is to fight devastating ignorance with a fact-based worldview everyone can understand.”
Founded in Stockholm…
Are You Using The Secret Alternative To SQLite?
June 7, 2021
I know the best way to traumatize a software developer who has been using Windows Tools for Developers for some time. You just show them this image:
The BDE Administration Manager. So many ‘happy’ hours trying to resolve “PDOXUSERS.NET is in use” messages and…
Websockets Harness Real-Time Power In Your Delphi Apps
April 16, 2021
Are you using websockets in your applications yet? Do you need to know what websockets can do for your apps? Read on to get up to speed on everything you need to know about using websockets with Delphi along with a run-down on some of the available component sets which take…
Discover The Powerful Custom ModernListView Library For Cross-Platform Development in Delphi FireMonkey
April 2, 2021
The website www.fmxexpress.com has an article with some really detailed information about the ModernListView Library. Lets check what they are saying.
“Developer rzaripov1990 has a custom ListView component over on Github for Firemonkey in Delphi 10 Berlin. The ListView is the central component for every mobile application, and as a developer you should always choose the one that can be…