Programming In C++

  •  18-10-2018 10:23 PM

C++ programming language was developed at the AT&T Bell Laboratories by Bjarne Stroustrup in the year 1980. He found 'C' lacking for simulations ((computing) the technique of representing the real world by a computer program) and decided to extend the language by adding some features from his favourite language named Simula 67.

Read More
  •  17-10-2018 11:00 PM

This program is about the toothpick game.In which there are 23 toothpicks at the start of game.Players pick toothpicks from the pile are either only 1 or 2 or 3.First pick is from user and the other one is from computer.The player who pick the last one toothpick will be a loser.

Read More
  •  17-10-2018 10:34 PM

This program checks whether the given number is prime or not.If the number is not prime , not only it outputs that number is not prime but also it tells that on which prime numbers it can be divided.

Read More
  •  17-10-2018 10:13 PM

Rock–paper–scissors is a hand game usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock", "paper", and "scissors".

Read More
  •  17-10-2018 09:43 PM

This blog post is about C++ program to implement the Number Guessing Game. In this game the computer chooses a random number between 1 and 100, and the player tries to guess the number in as few attempts as possible. Each time the player enters a guess, the computer tells him whether the guess is too high, too low, or right. Once the player guesses the number, the game is over.

Read More
  •  16-10-2018 11:21 PM

This program is used to convert the temperature from one scale to another.When user inputs the temperature in one scale then it outputs the equivalence of other two scales of temperature.

Read More
I BUILT MY SITE FOR FREE USING