dtalaba / convertor

A converter for different measure units.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

================================================================================ CONVERTOR

The application wizard has created this convertor application for you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application.

This file contains a summary of what you will find in each of the files that make up your convertor application.

convertor.vcxproj This is the main project file for VC++ projects generated using an application wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the application wizard.

convertor.vcxproj.filters This is the filters file for VC++ projects generated using an Application Wizard. It contains information about the assciation between the files in your project and the filters. This association is used in the IDE to show grouping of files with similar extensions under a specific node (for e.g. ".cpp" files are associated with the "Source Files" filter).

convertor.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CconvertorApp application class.

convertor.cpp This is the main application source file that contains the application class CconvertorApp.

convertor.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. Your project resources are in 1033.

res\convertor.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file convertor.rc.

res\convertor.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file.

The application wizard creates one dialog class:

convertorDlg.h, convertorDlg.cpp - the dialog These files contain your CconvertorDlg class. This class defines the behavior of your application's main dialog. The dialog's template is in convertor.rc, which can be edited in Microsoft Visual C++.

=============================================================================== Conversion Classes

Lungime (Length) - it's used to convert different types like: mm, cm, m, km, in, ft, mi, yd;

Aria (Square) - it's used to convert different types like: mm², cm², m², km², feet², yard², inch², acre, hect;

Temperatura (Temoerature)- it's used to convert different types like: cel, f, k;

Masa (Weight)- it's used to convert different types like: milligm, gm, kg, pound, t;

Volum (Cubic) - it's used to convert different types like: ml, cl, cm³, dl, l, in³, m³, ft³, galUS;

Viteza (Speed) - it's used to convert different types like: mph;kmh;fts;kms;ms;kn;

Timp (Time) - it's used to convert different types like: sec, min, h, zi, saptamana, an, decisec, centisec, milisec, microsec, nanosec;

Densitate (Density) - it's used to convert different types like: kgm, gcm, gm, kgl, tm;

Energie (Energy) - it's used to convert different types like: j, cal, kcal, kj, wh, kwh, ws, erg, nm, therm, kgfcm;

Presiune (Pressure) - it's used to convert different types like: pa, at, atm, bar, inH2O, inHg, kpa, mbar, mpa, nmm², psi, torr;

ConsumCombustibil (Fuel Consumption) - it's used to convert different types like: l100km, milesGalUS, milesGalUK, kmGalUS, kmGalUK;

================================================================================ Help Support:

hlp\convertor.hhp This file is a help project file. It contains the data needed to compile the help files into a .chm file.

hlp\convertor.hhc This file lists the contents of the help project.

hlp\convertor.hhk This file contains an index of the help topics.

hlp\afxcore.htm This file contains the standard help topics for standard MFC commands and screen objects. Add your own help topics to this file.

hlp\afxprint.htm This file contains the help topics for the printing commands.

makehtmlhelp.bat This file is used by the build system to compile the help files.

hlp\Images*.gif These are bitmap files required by the standard help file topics for Microsoft Foundation Class Library standard commands.

================================================================================ Other Features:

ActiveX Controls The application includes support to use ActiveX controls.

Printing and Print Preview support The application wizard has generated code to handle the print, print setup, and print preview commands by calling member functions in the CView class from the MFC library.

================================================================================ Other standard files:

StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named convertor.pch and a precompiled types file named StdAfx.obj.

Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file.

About

A converter for different measure units.

License:GNU General Public License v3.0


Languages

Language:C++ 88.2%Language:C 11.8%