A simple Car Company Application that handles car modal data, accessories data, and annual reports. This was achieved using C++ and File Handling concept.
- Turbo C++ Tool
- Dosbox Emulator
- Turbo C++ Tool
sudo apt-get install dosbox
Open Dosbox and Mount your home/ as C:
Z:\> mount c ~
Change directory to Turbo C++ location and Open Turbo C++
Z:\> C:
C:\> cd TC/BIN
C:\TC\BIN>TC.EXE
Skip the above step if you are using Windows Operating System
Open the downloaded Z-MOTORS-latest.cpp in Turbo C++
Compile and Run the C++ file
We used Turbo C++ in Windows OS, it is not a necessity.