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++

Six Top Tips On How To Use std::vector And AI In Modern C++

Hello C++ Developers, Here is a round-up of some recent posts about thestd::vectorin C++. For the professional developers, we have Parallel STL Algorithm example sort and ANN example for vectors. Vectorsare the modern way to use datatypes. They are found within the<vector>library. They are the same as dynamic arrays and they can resize themselves…
Read more
C++Code

What Are C++ Live Data Bindings, Charts And Vectors?

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…
C++Code

More On Using C++ Builder Path Manipulation Routines

Hello C++ Developers, This week is another great week. The new RAD Studio 11,C++ Builder 11, Delphi 11are released withgreat new featuresand according to our tests on the most of examples ofLearnCPlusPlus.org are working well with the latest RADS 11. If you are new to RAD Studio, we think these posts may help you much as a rapid introduction to programming in C++…
Read more
News

Building Good with C++Builder Contest Results

Hello! Recently we ran a competition among anyone using C++Builder to enter the apps they’ve built which ‘do good’ – to solve a problem or help the world. We got some great entries addressing all sorts of problems, from environmental to working during the pandemic, and we’re very pleased now to share the contest results for these apps — Doing Good with C++Builder. 1st Place…
Read more