Structure of c++ program Let's start with a simple code of a c++ program which prints "Hello World" on the screen.
Introduction to C++
C++ is a middle-level programming language developed by Bjarne Stroustrup at AT&T Bell Laboratories in Murrey Hill , New Jersey , USA , in the early 1980's.
Data Structure…(Array part – 1)
Array Rotations Program for array rotation An array is an aggregate data structure to store a group of objects of the same or different types.Array can hold primitive as well as references. The array is the most efficient data structure for sorting and accessing a sequence of objects. In this lesson we will rotate an... Continue Reading →
Programming Begins….Battle ship game.
I have tried to make a simple game using c++.The name of my game is Battleship game. In this game there is an ocean field which is a square 10 X 10 grid.One of the co-ordiante of the grid is number from 1-10.This program randomly place 10 ship in different location.Multiple ship cannot be placed... Continue Reading →