C++CodeIDERAD Studio

6 Ways To Make Your C++ IDE Do The Hard Work For You

Hello C++ Developers, The great thing about using a modern, professional C++ IDE is all the helpful things it can do to really inject some cool coder energy into your software developer process and help you work smarter, not harder. It’s not just the great things like code completion and context-sensitive help (which is a bit like having a senior developer looking over your shoulder…
Read more
DelphiIDENews

Delphi Timewarp - 1995 And Delphi’s Mythical Origins

1995 is a very important year in the history of Delphi. On February 14 of that year the first version of Delphi was released for 16-bit Windows 3.1 as a Rapid Application Development (RAD) tool.  Delphi came as a departure from its predecessor, Borland’s Turbo Pascal for Windows. Turbo Pascal combined an editor, debugger, compiler, linker, and libraries, and evolved into Object Pascal after…
Read more
DelphiDeveloper InterviewsInterviewNews

What Is It Like To Be A Developer David Cornelius?

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 MVP and author David Cornelius. David describes himself as “a programmer…
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 classification algorithms. Image source: researchgate.net Most of the time, learners start by classifying digits given by MNIST.
Read more