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
  • RAD Studio Guide For ManagersDownload 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

    • Is the Windows Audio Session API thread safe?
    • How to cleanly shut down a real-time work queue?
    • C++ error: lvalue required as left operand of assignment
  • RSS Newest questions tagged windows – Stack Overflow

    • Unable to install ssdeep on Windows: "Cannot open include file: 'fuzzy.h'"
    • Is the Windows Audio Session API thread safe?
    • How to cleanly shut down a real-time work queue?
  • 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