DelphiDeveloper InterviewsInterviewNews

What Is It Like To Be A Developer Joe C. Hecht?

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. Today we’re talking to Joe C. Hecht also very well known as “TJoe”. Joe is now tapping out code in the humid heights of…
Read more
C++Delphi

How To Use A C++ DLL In Any Delphi Program

There is a glorious wealth of useful C++ libraries available on the internet. We have featured many great uses of C++ here on this blog too. C++ is typically extremely high performance. If we can have the source code of the C++ library, we can create a package that will…
News

Day 3 – Learn to Code Summer Camp 2021 - Now with More C++!

In keeping with our Build your own Summer Camp theme, today we are focusing on C++Builder. Before I jump into C++ learning resources, a reminder for the TCoffeeAndCode Live Stream and Danny Wind’s Introduction to REST WebServices. Monday we had a quick intro to installing C++Builder 10.4.2 CE. The following 13 video playlist walks you through some C++ Fundamentals: Once…
Read more
NewsWebinar

Day 1 - Learn to Code Summer Camp 2021

Check out Day 2 & Day 3 The response so far has been amazing. We have almost 7,000 students from 175 different countries registered so far, and I wouldn’t be surprised if we pass 10K before it is over. Here is a little chart breaking down the countries everyone…
C++CodeRAD Studio

How To Make A 3D Data Visualization With Extruded Cylindrical Bars

Data Visualization sounds hard, but it’s actually easy to build in C++ IDE. C++ is an immensely powerful programming language allowing you to develop fully native and super-fast applications, games, and utilities with rich graphics. You can use OpenGL or Direct3D libraries or some other 3rd party 3D Engines. In C++ Builder you can directly create your own 3D objects; you can animate them…
Read more
C++Code

The Top 12 C++ Things You Can Learn This Week

Hello C++ Developers, LearnCPlusPlus.org is a magical crate full of things you can easily use to learn how to program with the C++ programming language. I believe this and everything I do is aimed at giving you a rapid introduction to programming in C++ and using C++…
C++Code

How To Make $1,000,000 With C++ (No, REALLY!)

Do you want to win a US$1,000,000 prize? The Millennium Prize Problems are seven mathematics problems laid out by the Clay Mathematics Institute in 2000. They’re not easy – a correct solution to anyone resulted in a US$1,000,000 prize being awarded by the institute.
C++Code

7 Things You Need To Know on LearnCPlusPlus This Week

Hello C++ Developers, LearnCPlusPlus.org is the ultimate destination to learn how to use the powerful C++ language in easy steps. We believe this and everything we do is aimed at giving you a rapid introduction to programming in C++ if you’re a beginner, all the way to the most robust, modern, and latest techniques for those more experienced with the language or for those who are perhaps…
Read more