Showing posts with label Visual Cpp Projects. Show all posts
Showing posts with label Visual Cpp Projects. Show all posts

March 22, 2018

Sudoku : Visual C++


   Sudoku is a logic-based, number-placement puzzle. The objective is to fill a 9x9 grid with digits so that each column, each row, and each of the nine 3x3 subgrids that compose the grid ( also called "boxes", or "regions") contains all of the digits from 1 to 9. 

March 24, 2016

Visual Calendar : Visual C++



       The following program is a Calendar in Visual C++. This program has been created in Visual Studio Express 2013 IDE. You can navigate around this Calendar's pages using the buttons.


March 09, 2016

WinClock : Visual C++


   The following program is an analog clock in Visual C++. This program has been designed and programmed in Visual Studio Express 2013 IDE. This program supports both 32-bit as well as 64-bit versions of Windows.



February 04, 2016

Visual Calculator : Visual C++


   The following program is a simple calculator. It has been created using the .NET framework in the Visual Studio 2013 Express IDE. It performs all the basic arithmetical operations such as addition, subtraction, multiplication, division etc. that a typical calculator performs.