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

Browsing tag

change

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

This Is How To Swap One String With Another In A C++ App

By Yilmaz Yoru
April 12, 2022
How can I swap strings? Can I use swap() method to std::string in the same ways as I can in std::wstring in a C++ App? Generally, in Introduction to C++ lessons, examples are started withstringexamples and end with them, while Modern C++ usesStrings, Wide StringsandUnicode Stringsto supportworldwide languages.Strings…
Read more
C++C++11C++14C++17Introduction to C++Learn C++

How To Swap One Wide String With Another Wide String

By Yilmaz Yoru
July 25, 2021
In this post, you’ll discover how can we swap Wide Strings? Can I apply the swap() method to Wide Strings in the same way that I would to strings?By learning the wide strings & swap () method to wide strings, it will help you build C++ applications with the use of…
  • Reduce development time and get to market faster with Embarcadero C++Builder.
    Design. Code. Compile. Deploy.

    Start Free Trial

    Free C++Builder Community Edition
  • Discovering the Best Developer Framework
    Download Now!
  • RSS Newest questions tagged c++builder – Stack Overflow

    • How can I compile an SQLite amalgamation version in C++ Builder CE?
    • Update C++Builder Rio from 10.3.2 to 10.3.3
    • How to copy C++ Builder control TEdit text into char * variable
  • RSS Newest questions tagged c++ – Stack Overflow

    • How would I make a tokenizer and a token vector for the shunting-yard algorithm?
    • UE5 Enhanced Input: Subsystem reports "Mapping Context Added" but Debugger says "No mappings applied"
    • What's the right expression to feed an `std::pair<SomeIterator, SomeIterator>` to something that needs an `std::ranges::range`?
  • RSS Newest questions tagged windows – Stack Overflow

    • List Workstation Pointing to Different DNS Server
    • Unpredictable behavior when minimizing application child windows in Windows 11 [closed]
    • Docker login fails with "error storing credentials... The stub received bad data" on Ubuntu WSL2 with Docker Desktop
  • 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 2026 Embarcadero

  • C++ Tools

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

    • Learn Delphi
    • Embarcadero Blogs
    • Python GUI
    • DelphiFeeds