Introduction
This article is about a project called “Time Converter” which is done in C++. This project helps you to develop a basic C++ console application with visual studio 6.0 and it upgrades VC++ 6.0 project to Visual Studio 2005 project. This project is about converting time in different units. Inputs are taken from console window and output is generated using time conversion formula.
Screen Shot
Background
This article assumes that you have some basic knowledge in C++ concepts including class, function, member variable etc.
Using the Project
You can open the project both in Visual Studio 6.0 and Visual Studio 2005.
To open the project in Visual Studio 6.0:
1. Open the project folder and explore “.dsw” extension file.
2. Click “Build All” button to compile the project and then click the “Execute” button to display the output.
To open the project in Visual Studio 2005:
1. Open the project folder and explore “.sln” extension file.
2. Click “Build Project” button from “Build” Menu to compile the project and then click “Start Debugging” button from “Debug” Menu to display the output.
Points of Interest
Some of the used features and classes of C++ in this project are: Win32 Console Application, console Application, Cin, Cout, Mathematics, Visual Studio 6.0, Visual Studio 2005.
History
01/04/2012 - Article Created
Please download the source code and the associated project binaries form the below link and try experimenting with the source code and binaries.
|