C++DelphiDeveloper InterviewsInterviewNews

What Is It Like To Be A Developer Stephane Jordi?

Hello. This article is part of a series where we speak with professional software developers who use Windows App Development Tools, ask them what it’s like to write code for a living, and perhaps gain a few insights into the software development industry along the way. Our guest today is a Delphi and C++ Builder developer who has an amazingly impressive set of pictures of him smiling…
Read more
C++Code

How To Migrate Legacy C++ Apps To Unicode

This brief article focuses on helping you migrate your legacy C++ IDE applications to Unicode. Based on information from the Embarcadero consultants here you will find tips, tricks, and techniques to migrate legacy C++ Builder apps to a newer version. We will look at working with Unicode in C++ Builder. For example you may know for the string datatype C++ Builder offers several choices. Your…
Read more
C++Code

5 Ways To Expand Your Modern C++ Knowledge This Week

Hello C++ Developers, LearnCPlusPlus.org is packed full of great articles on new modern C++ topics for the professionals and beginners. In this article we point you toward some recent great posts aboutcreating new FMX Componentsby using theNew Component Wizard, usingunique_ptr Smart Pointer, usinga smart pointer with linked lists,vector definition…
Read more
DelphiRAD Studio

How To Build a Digit Classifier In Tensorflow

MNIST – Modified National Institute of Standards and Technology is the crucible of a comprehensive computer vision database. Since its release in 1999, MNIST’s classic dataset of handwritten pictures has been accepted as the foundation for benchmarking…
DelphiRAD Studio

Everything You Need To Know About Blockchain

Blockchain is a term utilized to represent distributed ledger technology. Blockchain is used to build a storage system for data in a distributed and immutable mode. So there are key features we need to mention. Immutability– this means that once data is written to a blockchain data storage or ledger, it cannot be changed – so it’s there forever. For instance, in a…
Read more