Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++Code

2021 Annual C++ Developer Survey "Lite" by ISOCpp.org - Results summary

ISOCpp.org ran a C++ developer survey “lite” for the past week. You can find the PDF survey results on the site at https://isocpp.org/blog/2021/04/results-summary-2021-annual-cpp-developer-survey-lite More than 1800 C++ developers responded to the survey. Here are a few items that I pulled out of the PDF results. Almost 90% of respondents use C++ for work. Over 50% of developers have…
Read more
News

TCoffeeAndCode - Spring Central Time Series

We are continuing the popular TCoffeeAndCode series. We kick off the Spring Time series for the Central Time zone with our 2 hour Q&A conversations. If you aren’t familiar with TCoffeeAndCode, it is a weekly “coffee shop” conversation with developers…
C++Code

C++ Lambda Expressions for Beginners

A lambda expression defines an anonymous function or a closure at the point where it is used. You can think of a lambda expression as an unnamed function (that’s why it’s called “anonymous”). Lambda expressions make code cleaner and more concise, and allow you to see…
News

Old Embarcadero Quality Portal Migrated to Atlassian JSM

Approximately two years ago, Embarcadero moved the public customer bug reporting and feature requests system for Delphi, C++Builder, and RAD Studio from an internally hosted instance of JIRA to…

IN THE ARTICLES