Posts by Lakshya Narain

Author Biographical Info: Not available

std::exchange in C++

By Lakshya Narain

In this tutorial, you would understand what is std::exchange and how is it used in C++. The purpose of std::exchange is that it returns the old value of the particular variable and.... Read More

Count Occurrences of a specific word in a string in C++

By Lakshya Narain

In this tutorial, we will learn how to count occurrences of a specific word in a given sentence in C++. We are given a sentence containing the word we are to find, and we are suppo.... Read More

Related Posts