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

Browsing tag

compare

C++C++11C++14C++17Introduction to C++Learn C++

How To Make Wide String Comparisons In Modern C++ Software

By Yilmaz Yoru
May 27, 2022
How can I usecompare()method ofstd::wstring in my C++ software? How can we compare wide strings? Here are the answers with C++ examples. What is a C++ Wide String? Wide string types are defined in header<string>. wstrings(Wide Strings) is the string class for characters that has 2 bytes represented withwstring. In Modern C++ software alphanumeric…
Read more
C++C++11C++14C++17Introduction to C++Learn C++

How To Make A Comparison Between Strings In A C++ App

By Yilmaz Yoru
May 5, 2022
How can I use the compare() method of std::string in a C++ app? How can we use C++ to compare strings? Here are the answers with C++ examples. In addition to int, float, double there is another data type called string that we use for alphanumeric variables. In C++ there…
  • Reduce development time and get to market faster with Embarcadero 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

    • How to use Pjsip library in Embarcadero C++Builder
    • Why does my VCL form created inside a DLL disappear when minimised
    • Old functions suddenly being loaded from a different Windows DLL (that doesn't exist on Windows 7)
  • RSS Newest questions tagged c++ – Stack Overflow

    • VTK rendering window doesn't display
    • How to verify a possible execution is OOTA?
    • How to pass 2D array to function that the size is declared by user input [duplicate]
  • RSS Newest questions tagged windows – Stack Overflow

    • How to install SSL for your domain by XAMPP on windows machine
    • WireGuard works only after switching network interfaces (Windows 11 & Android) [closed]
    • Weird linker error "undefined reference to `__imp__vsnprintf'" in "libcrypto.a" in C++ Windows project?
  • 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