Learn C++
Menu
  • Home
  • Learn C++
    • Language Feature
    • Syntax
    • Code Snippet
    • Videos
  • C++
    • C++11
  • Community
  • Free Licenses

Browsing tag

TStringList

C++C++11C++14C++17Learn C++

Tutorial: Learn To Sort A Text File On Windows With C++

By Yilmaz Yoru
February 15, 2021
In C++ Builder sorting text string lines is very easy by setting Sorted property of a StringList to true. This example below sorts a given text file and saves as sorted in same name. void sort_textfile(UnicodeString filename) { auto str_list = new TStringList; str_list->LoadFromFile(filename); str_list->Sorted = true; str_list->SaveToFile(filename); …
Read more
C++C++11C++14C++17Language FeatureLearn C++

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

By Yilmaz Yoru
December 28, 2020
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…
  • Categories

    Artificial Intelligence Tech1C++129C++1157C++1452C++1757Code Snippet13Game Development4Generic Programming3Introduction to C++1Iterators7Language Feature44Learn C++135Numerics1Syntax6Templates2Videos59
  • Never miss news

  • Popular posts

    • C++C++11C++17Learn C++

      Top 6 C++ IDEs For Building Native Windows Apps In 2020

      By Yilmaz Yoru
      November 28, 2020
    • C++C++11C++14C++17Language FeatureLearn C++Syntax

      Unicode Strings in C++ On Windows

      By Yilmaz Yoru
      December 1, 2020
  • RSS Newest questions tagged c++builder – Stack Overflow

    • How do you set the TDirect2DCanvas.Pen.StrokeStyle?
    • Set C++Builder project settings batch script
    • #include "path\\file.h" unable to open file dfm
  • RSS Newest questions tagged c++ – Stack Overflow

    • Implementing taking screenshot of part of the screen with QT
    • c++ : no execution performance for stl parallel algorithm
    • Why cout is not printing string which is evaluated by ternary operator
  • RSS Newest questions tagged windows – Stack Overflow

    • C++ barrier function cannot be assign (windows)
    • when i type git status in my cmd prompt it showing all of files,folders in users/<myname> are as untracked [duplicate]
    • Some issue with group policy editor
  • LearnCPlusPlus.org is a C++ tutorial and learning platform for Windows developers using C++ to build Windows applications. It focuses on tools that allow rapid development and programming of both Win32 and Win64 applications. Additionally, it supports deploying apps to iOS.

    © Copyright 2020 Embarcadero

  • C++ Tools

    • Download C++Builder
    • Download Dev-C++
  • Links

    • Learn Delphi
    • Embarcadero Blogs
    • Python GUI
    • DelphiFeeds
  • Follow us

en_USEnglish
fr_FRFrench pt_BRPortuguese de_DE_formalGerman jaJapanese ru_RURussian it_ITItalian en_USEnglish