Posts by Prajwal Khairnar
Author Biographical Info: Not available
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
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
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
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
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
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
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
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