- Win32 SDK
- COM (class-factory pattern)
- CCW (COM callable wrapper)
Working:
Application contains 3 Main parts:
- Physics
- Chemistry
- Maths
1. Physics :
Used to calculate the weight on different planates. Functionality defined in dll and dll called in main code
Flow:
cpp -> dll -> main code
2. Chemistry :
Used to calculate Heat Transfer Functionality written in C#.
Flow:
C# - > dll -> dll -> dll -> main code
3. Maths :
Used to find type of triangle. By giving sides or by giving angle COM classfactory pattern is used
Flow:
cpp -> dll -> main code