C++Code

Five Great Things To Learn About String Operations in Modern C++

Hello C++ and Delphi Developers, Today we are looking at strings, mostly String Operations in your Modern C++ app. We also added some older functions or methods which are still popular C and C++ string operations that you come across while coding. We will learn to swap one string with another one, as well as getting a part of a string, a substring of a string, and in another post, we will learn…
Read more
C++DelphiRAD Studio

Automate Excel and Word Directly From Delphi Using Office Component Suite

Microsoft Office Automation is a feature of the MS Office Component Object Model used to expose theirobjectsto development tools that support automation. For example, Microsoft Excel may expose workbooks, worksheets, charts, and cells. A Microsoft Word might expose objects such as an application, a document, or a selection. Those exposed objects allow other application to manipulate…
Read more