Posts by Md. Suhail Arif

Author Biographical Info: A simple and sincere person and loves to do programming.

How to Shuffle an array in C++

By Md. Suhail Arif

In this tutorial, we will solve how to shuffle a given array in C++ which is entered by the user. The size of the array and elements of the array we will take input from the user. .... Read More

C++ program to build a trigonometric calculator

By Md. Suhail Arif

In this tutorial, we are going to make a Trigonometric Calculator using C++. Here, we will calculate basic trigonometric functions and their inverse and it can take input from user.... Read More

Removing leading and trailing spaces from a string in C++

By Md. Suhail Arif

This tutorial is focused on the strings, removing all the spaces before the string or leading to the string and the spaces after the string or trailing to the string which is enter.... Read More

Related Posts