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

Browsing tag

std::greater

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

What Is The Priority Queue (std::priority_queue) In Modern C++?

By Yilmaz Yoru
March 29, 2024
The most powerful data storage arrays inModern C++areContainersand they are very useful to iterate and search members with their amazing methods and properties. A container is a holder object that stores data elements (a collection of data objects). std::vector, std::array, std::list are these kinds of containers. There is another useful…
Read more
C++C++14C++17Learn C++

How To Sort With The STL Compare Function Objects In C++

By Yilmaz Yoru
January 19, 2023
Modern C++ has a great deal of features and functions designed to make the process of writing apps easier and less labor-intensive. In C++, STL Standard Template Library has many algorithms for some operations like searching, counting, and manipulation of ranges and their…
  • Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
    Design. Code. Compile. Deploy.
    Start Free Trial

    Free C++Builder Community Edition
  • 2020 Top 5 Market Trends Impacting Software Development CompaniesDownload Now!
  • RSS Newest questions tagged c++builder – Stack Overflow

    • C++Builder 13 fails to link while Webroot SecureAnywhere is running
    • How to read a TBitmap property from an old DFM stream into a TPicture property in C++Builder 1?
    • Installation of the TidSASLXOAuth2 component
  • RSS Newest questions tagged c++ – Stack Overflow

    • How to make the optimiser treat a local function as a black box and not optimise based on its implementation?
    • How to use boost::asio::co_spawn with boost::thread::future?
    • WXWidget with VSCode - Can't make it work [closed]
  • RSS Newest questions tagged windows – Stack Overflow

    • How to fix `Wsl/CallMsi/E_ACCESSDENIED' Error on Windows 10? [closed]
    • I wrote a batch script to save battery reports, but why didn't the output appear until I removed ":" from the file name.? [closed]
    • Is it possible to assign AutomationID to elements of an already assembled application?
  • 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