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
Февраль 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
Декабрь 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

    C++121C++1156C++1451C++1756Code Snippet12Game Development4Generic Programming3Introduction to C++1Iterators7Language Feature40Learn C++127Numerics1Syntax6Templates2Videos57
  • Never miss news

  • Popular posts

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

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

      By Yilmaz Yoru
      Ноябрь 28, 2020
    • C++C++11C++14C++17Language FeatureLearn C++Syntax

      Unicode Strings in C++ On Windows

      By Yilmaz Yoru
      Декабрь 1, 2020
  • RSS Newest questions tagged c++builder – Stack Overflow

    • How to join tables in two Firebird databases?
    • Continuation of the topic "RAD Studio 10.4 Installation problems" - - Who has similar problems?
    • No matching function for call to "MessageDlg"
  • RSS Newest questions tagged c++ – Stack Overflow

    • MKL example code compiles fine with cmake but crashes when run
    • glm rotation translation scale combination - translation does not work properly
    • 2D Rectangle Class with floating point coordinates o Include methods for constructing an axis-aligned Rectangle with initial size and coordinates
  • RSS Newest questions tagged windows – Stack Overflow

    • How to show all boot options in grub?
    • HwndSource.FromHwnd() return null
    • Combine many xml files into one big file
  • 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

ru_RURussian
en_USEnglish fr_FRFrench pt_BRPortuguese de_DE_formalGerman jaJapanese it_ITItalian ru_RURussian