Posts by Brijesh Kumar

Author Biographical Info: Not available

multimap find() in C++

By Brijesh Kumar

In this tutorial, we will learn how to use multimap find() in C++. Before directly moving to multimap find() in C++, lets first understand what is multimap in C++. Multimap is simi.... Read More

Make all characters of string capital in Python

By Brijesh Kumar

In this tutorial, we will learn how to make all characters of string capital in Python. In order to make all the characters of a string into the capital, we will use the Python bui.... Read More

pass statement in Python with example

By Brijesh Kumar

In this tutorial, you will learn how to use pass statement in Python programming language with example. The pass is a null operation/statement, nothing happens when it is executed..... Read More

Difference between std::quick_exit and std::abort in C++

By Brijesh Kumar

In this tutorial, you will learn the difference between std::quick_exit and std::abort in C++. Before understanding the difference between std::quick_exit() and std::abort() in C++.... Read More

Related Posts