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

Browsing tag

pop_back

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

3 Ways To Remove Characters From WString In A Modern C++ App

By Yilmaz Yoru
June 10, 2022
How can I remove a character from a wide string in my C++ app? How can I use pop_back() method in wide strings? Can I use erase() and resize() methods in std::wstring to remove characters? Modern C++ usesWide StringsandUnicode Stringsto supportworldwide languages.Wide Strings (std::wstring)useswcha_tras the character type which means they…
Read more
C++C++11C++14C++17Introduction to C++Learn C++

How to Delete, Clear, Erase A C++ Vector Member On Windows

By Yilmaz Yoru
October 12, 2021
In this post, you’ll get answers to these questions: What are the Vectors in C++?How can I delete a vector member in C++?How can we use the pop_back() method in vectors?How can we use the clear() method in vectors?How can we use erase() method in vectors? By learning…
  • 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
  • RAD Studio Guide For ManagersDownload Now!
  • Categories

    Artificial Intelligence Tech24C++492C++11185C++14179C++17196Code Snippet20Components44Database20Game Development20Generic Programming12Introduction to C++231Iterators7Language Feature177Learn C++502Numerics2Syntax12Templates2Videos89
  • Never miss news

  • Popular posts

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

      How To Set Up Dev-C++ For Your First Project

      By Learn C++
      June 15, 2021
    • C++C++11C++14C++17Language FeatureLearn C++

      ASCII Art: Fun Code Spinning Donut In 3D Text Form In C++

      By Yilmaz Yoru
      February 13, 2021
  • RSS Newest questions tagged c++builder – Stack Overflow

    • E2015 Ambiguity between __fastcall IdGlobal::Sleep(unsigned int) and __stdcall Sleep(unsigned long)
    • How to draw drops around a circle? [closed]
    • How can I load, display a terrain map and draw various shapes to it with reference to coordinates?
  • RSS Newest questions tagged c++ – Stack Overflow

    • Develop a C application to find unused functions in a input C project [closed]
    • Why is this random number generator not consistently producing new numbers c++ [duplicate]
    • How to create an asio socket with an existing fd and callback into custom code rather than read from it when data is available
  • RSS Newest questions tagged windows – Stack Overflow

    • How can I start a foreground process in C#?
    • How to send a popup notification to yourself on windows laptop using c++ [closed]
    • Cannot install python by requirements.txt
  • 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 2020 Embarcadero

  • C++ Tools

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

    • Learn Delphi
    • Embarcadero Blogs
    • Python GUI
    • DelphiFeeds
  • Follow us