Posts by Prajwal Khairnar

Author Biographical Info: Not available

How to find the numbers from their Sum and XOR values in C++

By Prajwal Khairnar

This tutorial will help all the users to learn How to find the numbers from their Sum and XOR values. Once the user enters the two values, one for sum and the other for XOR, we can.... Read More

Reading and writing binary file in C++

By Prajwal Khairnar

This tutorial gives the description as well as the steps for programmers to learn how reading and writing binary file in C++ works. The process is simple and is divided into two ma.... Read More

How to compute Manhattan Distance between two points in C++

By Prajwal Khairnar

In this tutorial, we will be learning how to compute Manhattan Distance between two points in C++. Manhattan Distance is a very simple distance between two points in a Cartesian pl.... Read More

How to print calendar for a specific year in C++

By Prajwal Khairnar

This tutorial will help you to learn how to print calendar for a specific year in C++. The user can get the whole calendar by just mentioning the required year. Feel free to ask qu.... Read More

Polar to Cartesian in C++

By Prajwal Khairnar

This tutorial will help us to learn how to convert Polar to Cartesian in C++. This refers to the conversion of given Polar coordinates to the equivalent Cartesian coordinates. The .... Read More

How to change a particular element of a C++ STL Vector?

By Prajwal Khairnar

This is a tutorial that focuses on ways using which the programmers can change a particular element of a C++ STL vector. Often we need to alter or update the existing information a.... Read More

How to access the address of an object in C++?

By Prajwal Khairnar

The following tutorial aims at ways by which the users can access the address of an object in C++. The instructions contain two ways which can be used to access the address of the .... Read More

How to remove a particular character from a string in C++

By Prajwal Khairnar

This tutorial aims at a string operation which is to remove a particular character from the string in C++ as desired by the user. The users may need to use this concept to correct .... Read More

Related Posts