C++Learn C++

How To Make Your C++ Compiler Fly Much Faster

Use TwineCompile to improve your C++Builder C++ compiler speed and increase your productivity at the same time. TwineCompile is available via the GetIt Package Manager for 10.4 and newer for developers who have an Update Subscription. TwineCompile lists its features as: Advanced compile system uses multi-threading technology and caching techniques to make C++ compiles 50x…
Read more
C++C++11C++14C++17ComponentsLanguage FeatureLearn C++

Learn About Basic Windows Components In C++ Development (QuickLook Part 3)

This post about listing String and displaying methods as fast as possible in Modern C++, in C++ Builder FireMonkey projects. In general if you have many String additions to you component, you must use BeginUpdate() and EndUpdate() methods of that Class member to do these operations faster. In normal way most of Components are also doing this addition method faster. Memo and StringLists…
Read more