It's an extension of project created in my master thesis "Analysis of capacity railway route " which I've written during my studies on Warsaw University of Technology.
Source code include files:
- Project1.cpp - main file of Project
- Form1.cpp/h ... - files of Forms included in Project
- Funkcje.h/cpp - file including main classes, methods and functions used in Project
The app creates 4 objects:
- Route - object describing section of railway route
- Vehicle - object decribing locomotive or electric multiple unit
- Train - object inherated from Vehicle, describing Vehicle with addable cars.
- Timetable - object describing time of train ride.
Code has been created in Borland C++ Bulider 6. Main Target of program is to count time of train ride at defined route.
Apps front has written in polish language.