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

Browsing tag

swap

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
  • 2020 Top 5 Market Trends Impacting Software Development CompaniesDownload Now!
  • RSS Newest questions tagged c++builder – Stack Overflow

    • C++Builder 12 problem with XML prefixes - property Text from IXMLNode is always empty
    • How to prevent dithering when rendering a 24 bpp bitmap with GDI+?
    • C++Builder 13 fails to link while Webroot SecureAnywhere is running
  • RSS Newest questions tagged c++ – Stack Overflow

    • Boost::asio socket sending and receiving at frame rate
    • initialize std::vector with integers conditionally at compile time
    • Is std::unique_ptr needed on abstract class whose derived class only has a std::function member and no data members?
  • RSS Newest questions tagged windows – Stack Overflow

    • PyCharm PowerShell terminal shows FileNotFoundError for conda-hook.ps1 in a random _MEIxxxxx temporary folder
    • How to put Elements(like: buttons, textboxes) on the native windows window in C#? [closed]
    • Meson cross compile using git bash on windows
  • 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