You can open the project both in Visual Studio 6.0 and Visual Studio 2005.
To open the project in Visual Studio 6.0:
- Open the project folder and explore “.dsw” extension file.
- Click “Build All” button to compile the project and then click the “Execute” button to display the output.
- You can view and edit the project as the main source code is given in ‘CurrencyConvertionView and CurrencyConvertionDlg’ classes.
To open the project in Visual Studio 2005:
- Open the project folder and explore “.sln” extension file.
- Click “Build Project” button from “Build” Menu to compile the project and then click the “Start Debugging” button to display the output.
Points of Interest
Some of the used features and classes of VC++ in this project are: MFC App Wizard, Single Document Interface , SDI Application, CWinApp, CView, CDocument, CFrameWnd , CString, CDC , CDialog, CComboBox , Visual Studio 6.0,Visual Studio 2005, Currency Convertion,mathematics.
History
08/05/2012 - Article Created
Please download the source code and the associated project binaries form the above link and try experimenting with the source code and binaries.
Currency Converter Source