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

Browsing tag

StringList

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
  • Reduce development time and get to market faster with Embarcadero C++Builder.
    Design. Code. Compile. Deploy.

    Start Free Trial

    Free C++Builder Community Edition
  • RAD Studio Guide For ManagersDownload Now!
  • RSS Newest questions tagged c++builder – Stack Overflow

    • Update C++Builder Rio from 10.3.2 to 10.3.3
    • How to copy C++ Builder control TEdit text into char * variable
    • How to use Pjsip library in Embarcadero C++Builder
  • RSS Newest questions tagged c++ – Stack Overflow

    • Does the struct continue to occupy memory after remove_if from the list? [duplicate]
    • What does a template return?
    • LNK2001 unresolved external symbol __vcrt_initialize when building python3 via vcpkg with custom ASan triplet (MSVC)
  • RSS Newest questions tagged windows – Stack Overflow

    • Github Actions for autoconf project on Windows
    • How do I install Flask on Windows? [closed]
    • PowerShell interprets ampersands in npx shadcn preset URL as command separators
  • 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 2025 Embarcadero

  • C++ Tools

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

    • Learn Delphi
    • Embarcadero Blogs
    • Python GUI
    • DelphiFeeds